ldap_unbind

(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:

ldap_bind() -

doc_php
2016-02-24 16:09:25
Comments
Leave a Comment

Please login to continue.