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

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

ldap

Ldap

dn

The distinguished name of an LDAP entity.

entry
controls

Array of LDAP Controls to send with the request.

Return Values

Success

Changelog

VersionDescription
7.3.0Support for controls added

See Also

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