| PHP3 Manual | ||
|---|---|---|
| Prev | Next | |
ldap_read -- Read an entry
Returns a search result identifier or false on error.
ldap_read() 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.
| Prev | Home | Next | 
| ldap_next_entry | Up | ldap_search |