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
| Version | Description |
|---|---|
| 7.3.0 | Support for controls added |