PHP 8.5.0 Alpha 1 available for testing

Voting

: max(five, seven)?
(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