LDAP Funzioni
PHP Manual

ldap_unbind

(PHP 4, PHP 5)

ldap_unbindUnbind from LDAP directory

Descrizione

bool ldap_unbind ( resource $link_identifier )

Unbinds from the LDAP directory.

Elenco dei parametri

link_identifier

An LDAP link identifier, returned by ldap_connect().

Valori restituiti

Restituisce TRUE in caso di successo, FALSE in caso di fallimento.

Vedere anche:


LDAP Funzioni
PHP Manual