PHP.nl

ldap_mod_replace

ldap_mod_replace

Replace attribute values with new ones

bool **ldap_mod_replace** LDAP\Connection $ldap string $dn array $entry  $controls

Replaces one or more attributes from the specified . It may also add or remove attributes. dn

ldapldap.parameter.ldap

dnThe distinguished name of an LDAP entity.

entryAn associative array listing the attributes to replace. Sending an empty array as value will remove the attribute, while sending an attribute not existing yet on this entry will add it.

controls Array of to send with the request. LDAP Controls

return.success

ldap_mod_replace_ext``ldap_mod_del``ldap_mod_add``ldap_modify_batch