| 
 | 
| Size: | 7677 | 
| Storage flags: | no_autoload,compress/gzip (35%) | 
| Method | Description | 
|---|---|
| array decode(string $string) | Decodes the string $string into an array of LDIF items. | 
| string encode(scalar|array|Zend\Ldap\Node $value, array $options) | Encode $value into a LDIF representation. $options is an array that may contain the following keys: ‘sort’ Sort the given attributes with dn following objectClass and following all other attributes sorted alphabetically. TRUE by default. ‘version’ The LDIF format version. 1 by default. ‘wrap’ The line-length. 78 by default to conform to the LDIF specification. | 
The source code of this file is hosted on GitHub. Everyone can update and fix errors in this document with few clicks - no downloads needed.