|
6.16.51 ldap_unbind()Déconnecte d'un serveur LDAP[ Exemples avec ldap_unbind ] PHP 3, PHP 4, PHP 5
bool
ldap_unbind (
resource
link_identifier
)
Cette fonction retourne
TRUE
en cas de
succès,
FALSE
en cas d'échec.
ldap_unbind
assure la déconnexion du serveur LDAP.
|