LDAP_MODIFY(3) 1 LDAP_MODIFY(3)
ldap_modify - Modify an LDAP entry
SYNOPSIS
bool ldap_modify (resource $link_identifier, string $dn, array $entry)
DESCRIPTION
Modify the existing entries in the LDAP directory. The structure of the entry is same as in ldap_add(3).
PARAMETERS
o $link_identifier
- An LDAP link identifier, returned by ldap_connect(3).
o $dn
- The distinguished name of an LDAP entity.
o $entry
-
RETURN VALUES
Returns TRUE on success or FALSE on failure.
NOTES
Note
This function is binary-safe.
SEE ALSO
ldap_rename(3).
PHP Documentation Group LDAP_MODIFY(3)