|
|||||||
|
|
ldap_get_entriesDescriptionarray ldap_get_entries ( resource link_identifier, resource result_identifier)Returns a complete result information in a multi-dimensional array on success and FALSE on error. ldap_get_entries() function is used to simplify reading multiple entries from the result, specified with result_identifier, 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() | ||||||
|
|
|
Home :: Copyright :: Privacy :: Credits :: Get a free Linuxinfor Email Account Document on this page is part of "PHP Manualen". See Index Page for more info about Authorship and Copyright. 1999-2009 Linuxinfor.com. No rights reserved. |