Description
bool
ldap_mod_replace
( resoure link_identifier, string dn, array entry)
Cette
fonction
retourne
TRUE
en
cas
de
succès
,
FALSE
en
cas
d
'
échec
.
ldap_mod_replace(
)
remplace
l'attribut
entry
de
l
'entrée
dn
.
Elle
effectue
le
remplacement
au
niveau
attribut
,
par
opposition
au
niveau
objet
.
Les
additions
au
niveau
objet
sont
réalisées
par
ldap_modify(
)
.