TCPDF_STATIC::getUserPermissionCode( $permissions, $mode )
Return the permission code used on encryption (P value).
Description Description
Parameters Parameters
- $permissions
-
(Required) (Array) the set of permissions (specify the ones you want to block).
- $mode
-
(Required) (int) encryption strength: 0 = RC4 40 bit; 1 = RC4 128 bit; 2 = AES 128 bit; 3 = AES 256 bit.
Source Source
File: includes/lib/tcpdf/include/tcpdf_static.php
Changelog Changelog
Version | Description |
---|---|
5.0.005 | Introduced. |