|
ldap_escapeEscape a string for use in an LDAP filter or DN Description
string ldap_escape(string
$value , string $ignore = "", int $flags = 0)
Escapes Parameters
Return ValuesReturns the escaped string. ExamplesWhen building an LDAP filter, you should use ldap_escape with LDAP_ESCAPE_FILTER flag. Example #1 Searching for an email address
|