PHP Doku:: Unbind von einem LDAP Verzeichnis - function.ldap-unbind.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige DiensteLightweight Directory Access ProtocolLDAP Funktionenldap_unbind

Ein Service von Reinhard Neidl - Webprogrammierung.

LDAP Funktionen

<<ldap_t61_to_8859

Lotus Notes>>

ldap_unbind

(PHP 4, PHP 5)

ldap_unbindUnbind von einem LDAP Verzeichnis

Beschreibung

bool ldap_unbind ( resource $Verbindungs-Kennung )

Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.

Die ldap_unbind() Funktion führt ein unbind auf ein LDAP Verzeichnis aus.


Ein BenutzerBeitrag:
- Beiträge aktualisieren...
kmenard at wpi dot edu
29.11.2001 20:47
ldap_unbind kills the link descriptor.  So, if you want to rebind as another user, just bind again; don't unbind.  Otherwise, you'll have to open up a new connection.



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)