Description
bool
ldap_mod_del
( resource link_identifier, string dn, array entry)
Cette
fonction
retourne
TRUE
en
cas
de
succès
,
FALSE
en
cas
d
'
échec
.
ldap_mod_del(
)
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(
)
.