Query: ldap_first_entry
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
LDAP_FIRST_ENTRY(3) 1 LDAP_FIRST_ENTRY(3) ldap_first_entry - Return first result idSYNOPSISresource ldap_first_entry (resource $link_identifier, resource $result_identifier)DESCRIPTIONReturns the entry identifier for first entry in the result. This entry identifier is then supplied to ldap_next_entry(3) routine to get successive entries from the result. Entries in the LDAP result are read sequentially using the ldap_first_entry(3) and ldap_next_entry(3) functions.PARAMETERSo $link_identifier - An LDAP link identifier, returned by ldap_connect(3). o $result_identifier -RETURN VALUESReturns the result entry identifier for the first entry on success and FALSE on error.SEE ALSOldap_get_entries(3). PHP Documentation Group LDAP_FIRST_ENTRY(3)
Related Man Pages |
---|
ldap_count_entries(3) - mojave |
ldap_next_entry(3) - mojave |
ldap_count_entries(3) - redhat |
ldap_next_entry(3) - redhat |
ldap_get_entries(3) - php |
Similar Topics in the Unix Linux Community |
---|
problem with ldap search using c |