(PHP 4, PHP 5, PHP 7)
ldap_mod_del — Efface un attribut à l'entrée courante
$link_identifier
, string $dn
, array $entry
)
Efface l'attribut entry
de l'entrée dn
.
Elle effectue la modification au niveau attribut, par opposition au
niveau objet. Les additions au niveau objet sont réalisées par
ldap_delete().
link_identifier
Un identifiant de lien LDAP, retourné par la fonction ldap_connect().
dn
Le nom DN de l'entrée LDAP.
entry
Cette fonction retourne TRUE
en cas de
succès ou FALSE
si une erreur survient.