ldap_unbind

(PHP 4, PHP 5, PHP 7)

ldap_unbindUnbind from LDAP directory

Descrição

ldap_unbind ( resource $ldap ) : bool

Unbinds from the LDAP directory.

Parâmetros

ldap

An LDAP link identifier, returned by ldap_connect().

Valor Retornado

Retorna true em caso de sucesso ou false em caso de falha.

Veja Também