6.16.34 ldap_mod_del()Efface un attribut à l'entrée courante[ Exemples avec ldap_mod_del ] PHP 3 >= 3.0.8, PHP 4, PHP 5
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
.
|