array ldap_get_entries ( resource $link_identifier , resource $result_identifier )
Reads multiple entries from the given result, and then reading the attributes and multiple 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.)