(PHP 7 >= 7.3.0, PHP 8)
ldap_add_ext — Add entries to LDAP directory
$ldap,$dn,$entry,$controls = nullDoes the same thing as ldap_add() but returns an LDAP\Result instance to be parsed with ldap_parse_result().
See ldap_add()
Gibt eine LDAP\Result-Instanz zurück. Bei einem Fehler wird false zurückgegeben.
| Version | Beschreibung |
|---|---|
| 8.1.0 |
Der Parameter ldap erwartet nun eine LDAP\Connection-Instanz;
vorher wurde eine gültige ldap link-Ressource erwartet.
|
| 8.1.0 | Gibt nun eine LDAP\Result-Instanz zurück; vorher wurde eine Ressource zurückgegeben. |
| 8.0.0 |
controls ist nun nullable (akzeptiert den null-Wert); vorher war der Standardwert [].
|
Hinweis: Diese Funktion ist binärsicher.