(PHP 4, PHP 5, PHP 7)
Unbind from LDAP directory
bool ldap_unbind ( resource $link_identifier )
Unbinds from the LDAP directory.
Parameters:
link_identifier
An LDAP link identifier, returned by ldap_connect().
Returns:
Returns TRUE
on success or FALSE
on failure.
See also:
Please login to continue.