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