ldap_next_attribute
Get the next attribute in result
Description
stringfalse ldap_next_attribute(LDAP\Connection $ldap
, LDAP\ResultEntry $entry
)
Parameters
-
ldap
-
An LDAP\Connection instance, returned by ldap_connect.
-
entry
-
An LDAP\ResultEntry instance.
Return Values
Returns the next attribute in an entry on success and false
on
error.