[ Index ] |
|
Code source de Horde 3.1.3 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 95 lignes (3 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
Horde_LDAP:: (3 méthodes):
buildClause()
quote()
quoteDN()
Classe: Horde_LDAP - X-Ref
This is a utility class, every method is static.buildClause($lhs, $op, $rhs) X-Ref |
Return a boolean expression using the specified operator. param: string $lhs The attribute to test. param: string $op The operator. param: string $rhs The comparison value. return: string The LDAP search fragment. |
quote($clause) X-Ref |
Escape characters with special meaning in LDAP searches. param: string $clause The string to escape. return: string The escaped string. |
quoteDN($parts) X-Ref |
Take an array of DN elements and properly quote it according to RFC 1485. param: array $parts An array of tuples containing the attribute return: string The properly quoted string DN. |
Généré le : Sun Feb 25 18:01:28 2007 | par Balluche grâce à PHPXref 0.7 |