Zend_Ldap_AttributeZend_Ldap_Attribute is a collection of LDAP attribute related functions.
Located in /Ldap/Attribute.php (line 30)
static void
setAttribute
( &$data, string $attribName, scalar|array|Traversable $value, [boolean $append = false], array $data)
static null
setDateTimeAttribute
( &$data, string $attribName, integer|array|Traversable $value, [boolean $utc = false], [boolean $append = false], array $data)
static null
setPassword
( &$data, string $password, [string $hashType = self::PASSWORD_HASH_MD5], [string|null $attribName = null], array $data)
static attributeHasValue (line 115)
Checks if the given value(s) exist in the attribute
static convertFromLdapDateTimeValue (line 249)
Converts LDAP date/time representation into a timestamp
static convertFromLdapValue (line 226)
Converts an LDAP value into its PHP data type
static convertToLdapDateTimeValue (line 238)
Converts a timestamp into its LDAP date/time representation
static convertToLdapValue (line 215)
Converts a PHP data type into its LDAP representation
static createPassword (line 285)
Creates a LDAP password.
static getAttribute (line 84)
Gets a LDAP attribute.
static getDateTimeAttribute (line 379)
Gets a LDAP date/time attribute.
static removeDuplicatesFromAttribute (line 140)
Removes duplicate values from a LDAP attribute
static removeFromAttribute (line 155)
Remove given values from a LDAP attribute
static setAttribute (line 47)
Sets a LDAP attribute.
static setDateTimeAttribute (line 339)
Sets a LDAP date/time attribute.
static setPassword (line 263)
Sets a LDAP password.
Documentation generated on Mon, 21 Jun 2010 15:08:13 -0400 by phpDocumentor 1.4.3