ldap_mod_replace Replace attribute values with new ones &reftitle.description; boolldap_mod_replace resourcelink_identifier stringdn arrayentry arrayserverctrlsarray() Replaces one or more attributes from the specified dn. It may also add or remove attributes. &reftitle.parameters; link_identifier An LDAP link identifier, returned by ldap_connect. dn The distinguished name of an LDAP entity. entry An 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. serverctrls Array of LDAP Controls to send with the request. &reftitle.returnvalues; &return.success; &reftitle.changelog; &Version; &Description; 7.3 Support for serverctrls added &reftitle.notes; ¬e.bin-safe; &reftitle.seealso; ldap_mod_replace_ext ldap_mod_del ldap_mod_add ldap_modify_batch