PHP 8.5.0 Beta 3 available for testing

Voting

: min(one, five)?
(Example: nine)

The Note You're Voting On

ral at royal dot net
24 years ago
At least with OpenLDAP 1.2.x
to remove an attribute regardless of it's value you have to assign:

$attrs["AttributeName"]=array();

after ldap_mod_del($ds,$dn,$attrs)
all occurences of AttributeName will be removed

<< Back to user notes page

To Top