PHP.nl

ldap_mod_add

ldap_mod_add

Add attribute values to current attributes

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

Adds one or more attribute values to the specified . To add a whole new object see function. dn``ldap_add

ldapldap.parameter.ldap

dnThe distinguished name of an LDAP entity.

entryAn associative array listing the attirbute values to add. If an attribute was not existing yet it will be added. If an attribute is existing you can only add values to it if it supports multiple values.

controls Array of to send with the request. LDAP Controls

return.success

ldap_mod_add_ext``ldap_mod_del``ldap_mod_replace``ldap_modify_batch