php8.5
Home/ Manual/ ldap / functions/ ldap_mod_add_ext

ldap_mod_add_ext

PHP function Edit on GitHub ✎

(PHP 7 >= 7.3.0, PHP 8)

Add attribute values to current attributes

Description

ldap_mod_add_ext(LDAP\Connection $ldap, string $dn, array $entry, array|null $controls = null): LDAP\Result|false

Does the same thing as ldap_mod_add() but returns an LDAP\Result instance to be parsed with ldap_parse_result().

Parameters

See ldap_mod_add()

Return Values

Return-result

Changelog

VersionDescription
7.3.0Support for controls added

See Also

Source: reference/ldap/functions/ldap-mod-add-ext.xml · from the official PHP manual (php/doc-en)