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