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

ldap_mod_replace

PHP function Edit on GitHub ✎

(PHP 4, PHP 5, PHP 7, PHP 8)

Replace attribute values with new ones

Description

ldap_mod_replace(LDAP\Connection $ldap, string $dn, array $entry, array|null $controls = null): bool

Replaces one or more attributes from the specified dn. It may also add or remove attributes.

Parameters

ldap

Ldap

dn

The distinguished name of an LDAP entity.

entry

An associative array listing the attributes to replace. Sending an empty array as value will remove the attribute, while sending an attribute not existing yet on this entry will add it.

controls

Array of LDAP Controls to send with the request.

Return Values

Success

Changelog

VersionDescription
7.3.0Support for controls added

Notes Bin-safe

See Also

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