©
本文档使用
php.cn手册 发布
(PHP 4, PHP 5)
ldap_unbind — Unbind from LDAP directory
$link_identifier
)Unbinds from the LDAP directory.
link_identifier
An LDAP link identifier, returned by ldap_connect() .
成功时返回 TRUE
, 或者在失败时返回 FALSE
。
[#1] kmenard at wpi dot edu [2001-11-29 11:47:43]
ldap_unbind kills the link descriptor. So, if you want to rebind as another user, just bind again; don't unbind. Otherwise, you'll have to open up a new connection.