ldap_get_entries

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