ldap_mod_add_ext
(PHP 7 >= 7.3.0, PHP 8)
ldap_mod_add_ext — Add attribute values to current attributes
Beschreibung
LDAP\Connection
$ldap
,string
$dn
,array
$entry
,?array
$controls
= null
): LDAP\Result|false
Does the same thing as ldap_mod_add() but returns an LDAP\Result instance to be parsed with ldap_parse_result().
Parameter-Liste
See ldap_mod_add()
Rückgabewerte
Gibt eine LDAP\Result-Instanz zurück. Bei einem Fehler wird false
zurückgegeben.
Changelog
Version | Beschreibung |
---|---|
8.1.0 |
Der Parameter ldap erwartet nun eine LDAP\Connection-Instanz; vorher wurde eine Ressource
erwartet.
|
8.1.0 | Gibt nun eine LDAP\Result-Instanz zurück; vorher wurde eine Ressource zurückgegeben. |
8.0.0 |
controls ist jetzt nullable (akzeptiert den null -Wert); vorher war der Standardwert [] .
|
7.3.0 |
Support for controls added
|
Siehe auch
- ldap_mod_add() - Fügt Merkmalswerte zum aktuellen Eintrag hinzu
- ldap_parse_result() - Extrahiert Informationen aus einem Ergebnis