Php/docs/function.ldap-bind-ext

提供:Dev Guides
< Php
移動先:案内検索

ldap_bind_ext

(PHP 7 >= 7.3.0)

ldap_bind_extLDAP ディレクトリにバインドする


説明

ldap_bind_ext ( resource $ldap [, string|null $dn = null [, string|null $password = null [, array|null $controls = null ]]] ) : resource|false

ldap_bind() と同じですが、 ldap_parse_result() を使ってパースされた結果リソースを返します。


パラメータ

ldap_bind() を参照してください。


返り値

LDAP の結果識別子を返します。 エラーの場合は false を返します。


変更履歴

バージョン 説明
8.0.0 controls は、nullable になりました。


参考