Php/docs/function.ldap-unbind
来自菜鸟教程
ldap_unbind
(PHP 4, PHP 5, PHP 7)
ldap_unbind — Unbind from LDAP directory
说明
ldap_unbind
( resource $ldap
) : bool
Unbinds from the LDAP directory.
返回值
成功时返回 true
, 或者在失败时返回 false
。
(PHP 4, PHP 5, PHP 7)
ldap_unbind — Unbind from LDAP directory
ldap_unbind
( resource $ldap
) : bool
Unbinds from the LDAP directory.
成功时返回 true
, 或者在失败时返回 false
。