Voting

: min(nine, zero)?
(Example: nine)

The Note You're Voting On

arjanw at bigfoot dot com
24 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