JLDAP::remove/1.5
From Joomla! Documentation
JLDAP::remove
Description
Removes attribute value from given dn and return a true or false result.
Description:JLDAP::remove [Edit Descripton]
public function remove ( $dn $attribute )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $dn | string | dn The DN which contains the attribute you want to remove | |
| $attribute | string | attribute The attribute values you want to remove |
- Returns mixed result of comparison (true, false, -1 on error)
- Defined on line 286 of libraries/joomla/client/ldap.php
See also
-
JLDAP::remove on api.joomla.org
-
JLDAP source code on JoomlaCode
-
Class JLDAP
-
Subpackage Client
- Other versions of JLDAP::remove
SeeAlso:JLDAP::remove [Edit See Also]
User contributed notes
<CodeExamplesForm />