Home > PHP > Function > LDAP > ldap_get_entries()

ldap_get_entries()

ldap_get_entries - Get all result entries

Syntax

array ldap_get_entries (resource $link_identifier, resource $result_identifier)

Arguments

  • link_identifier - An LDAP link identifier, returned by ldap_connect().
  • result_identifier

Description

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

Version

PHP 4, 5

Return value

Returns a complete result information in a multi-dimensional array on success and FALSE on error.