ldap_bind_ext
(PHP 7 >= 7.3.0)
ldap_bind_ext — LDAP ディレクトリにバインドする
説明
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 の結果識別子を返します。
エラーの場合は false
を返します。
変更履歴
バージョン | 説明 |
---|---|
8.0.0 | controls は、nullable になりました。
|