ldap

Die nachfolgenden Funktionen dienen zur Kommunikation mit einem Lightweight Directory Access Protocol-(LDAP-)Server.

string ldap_8859_to_t61(string value) 4.0.2

Übersetzt 8859-Zeichen nach t61-Zeichen.

bool ldap_add(resource link, string dn, array entry) 3.0

Fügt einem LDAP-Verzeichnis Einträge hinzu.

bool ldap_bind(resource link[, string dn, string password]) 3.0

Anbindung eines LDAP-Verzeichnisses.

bool ldap_compare(resource link, string dn, string attr, string value) 4.0.2

Vergleicht value mit dem Wert des Attributs attr des Verzeichniseintrags dn.

resource ldap_connect([string host[, int port]]) 3.0

Stellt eine Verbindung zu einem LDAP-Server her.

int ldap_count_entries(resource link, resource result) 3.0

Zählt die Anzahl der Einträge in einem ...

Get PHP: kurz & gut now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.