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

ldap_bind_ext

PHP function Edit on GitHub ✎

(PHP 7 >= 7.3.0, PHP 8)

Bind to LDAP directory

Description

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

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

Parameters

See ldap_bind()

Return Values

Return-result

Changelog

VersionDescription

See Also

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