ldap_first_attribute
ldap_first_attribute
Return first attribute
**ldap_first_attribute** LDAP\Connection $ldap LDAP\ResultEntry $entry
Gets the first attribute in the given entry. Remaining attributes are
retrieved by calling successively.
ldap_next_attribute
Similar to reading entries, attributes are also read one by one from a particular entry.
ldapldap.parameter.ldap
entryldap.parameter.entry
Returns the first attribute in the entry on success and false on error.
ldap_next_attribute``ldap_get_attributes