PHP3 Manual | ||
---|---|---|
Prev | Next |
ldap_search -- Search LDAP tree
Returns a search result identifier or false on error.
ldap_search() 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. base_dn specifies the base DN for the directory.
Prev | Home | Next |
ldap_read | Up | ldap_unbind |