ldap_mod_del
PHP function
Edit on GitHub ✎
(PHP 4, PHP 5, PHP 7, PHP 8)
Delete attribute values from current attributes
Description
ldap_mod_del(LDAP\Connection $ldap, string $dn, array $entry, array|null $controls = null): bool
Removes one or more attribute values from the specified dn. Object deletions are done by the ldap_delete() function.
Parameters
ldapLdap
dnThe distinguished name of an LDAP entity.
entrycontrolsArray of LDAP Controls to send with the request.
Return Values
Success
Changelog
| Version | Description |
|---|---|
| 7.3.0 | Support for controls added |