ldap_get_entries

Example

 array ldap_get_entries ( resource $link_identifier , resource $result_identifier ) 

Description

Reads multiple entries from the given result, and then reading the attributes and multiple values.

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.)