JClientLdap::remove
Removes attribute value from given dn and return a true or false result
Signature
public function remove(string
$dn,
string
$attributeĀ )
Parameters
-
$dn
- The DN which contains the attribute you want to remove
-
$attribute
- The attribute values you want to remove
Returns
- mixed
- result of comparison (true, false, -1 on error)