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

ldap_delete_ext

PHP function Edit on GitHub ✎

(PHP 7 >= 7.3.0, PHP 8)

Delete an entry from a directory

Description

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

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

Parameters

See ldap_delete()

Return Values

Return-result

Changelog

VersionDescription

See Also

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