ldap_get_entries
(PHP 4, PHP 5)
ldap_get_entries — Get all result entries
Description
array ldap_get_entries ( resource $link_identifier , resource $result_identifier )
Parameters
- link_identifier
-
An LDAP link identifier, returned by ldap_connect().
- result_identifier
-
Return Values
Returns a complete result information in a multi-dimensional array on success and FALSE on error.
The structure of the array is as follows. The attribute index is converted to lowercase. (Attributes are case-insensitive for directory servers, but not when used as array indices.)