ldap_read()
ldap_read - Read an entry
Syntax
resource ldap_read ()
Arguments
-
Description
Performs the search for a specified filter on the directory with the scope LDAP_SCOPE_BASE. So it is equivalent to reading an entry from the directory.
Version
PHP 4, 5
Return value
Returns a search result identifier or FALSE on error.