Zend_Ldap_Filter_Abstract provides a base implementation for filters.
Located in /Ldap/Filter/Abstract.php (line 32)
Class | Description |
---|---|
![]() |
Zend_Ldap_Filter_Logical provides a base implementation for a grouping filter. |
![]() |
Zend_Ldap_Filter_Not provides a negation filter. |
![]() |
Zend_Ldap_Filter_String provides a simple custom string filter. |
Escapes the given VALUES according to RFC 2254 so that they can be safely used in LDAP filters.
Any control characters with an ACII code < 32 as well as the characters with special meaning in LDAP filters "*", "(", ")", and "\" (the backslash) are converted into the representation of a backslash followed by two hex digits representing the hexadecimal value of the character.
Undoes the conversion done by escapeValue().
Converts any sequences of a backslash followed by two hex digits into the corresponding character.
Negates the filter.
Returns a string representation of the filter.
Returns a string representation of the filter.
Documentation generated on Mon, 21 Jun 2010 15:05:33 -0400 by phpDocumentor 1.4.3