ldap_search()
ldap_search - Search LDAP tree
Syntax
resource ldap_search ()
Arguments
-
Description
Performs the search for a specified filter on the directory with the scope of LDAP_SCOPE_SUBTREE. This is equivalent to searching the entire directory.
Version
PHP 4, 5
Return value
Returns a search result identifier or FALSE on error.