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

ldap_add_ext

PHP function Edit on GitHub ✎

(PHP 7 >= 7.3.0, PHP 8)

Add entries to LDAP directory

Description

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

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

Parameters

See ldap_add()

Return Values

Return-result

Changelog

VersionDescription

Notes Bin-safe

See Also

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