ldap_unbind
(PHP 4, PHP 5, PHP 7)
ldap_unbind — Unbind from LDAP directory
说明
ldap_unbind (
resource
$link_identifier
) :
bool
Unbinds from the LDAP directory.
返回值
成功时返回 TRUE
, 或者在失败时返回 FALSE
。