ConFoo Montreal 2026: Call for Papers

Voting

: zero minus zero?
(Example: nine)

The Note You're Voting On

arjanw at bigfoot dot com
25 years ago
To remove all instances of an attribute you can use ldap_modify with an empty value for that attribute.

$entry["mail"] = "";
$result = ldap_modify($connID, $dn, $entry);

<< Back to user notes page

To Top