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