|
ldap_get_entriesDescription
Returns a complete result information in a multi-dimenasional array on success and false on error. ldap_get_entries() function is used to simplify reading multiple entries from the result and then reading the attributes and multiple values. The entire information is returned by one function call in a multi-dimensional array. 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)
see also ldap_first_entry() and ldap_next_entry() |
|||||||||||||||||
With any suggestions or questions please feel free to contact us |