API17

API17:JLDAP::add

From Joomla! Documentation

Joomla 11.1 JLDAP::add

Description

Add an attribute to the given DN Note: DN has to exist already.


public function add (
        $dn
        $entry
)
Parameter Type Default Description
$dn string dn The DN of the entry to add the attribute
$entry array entry An array of arrays with attributes to add
  • Returns bool Result of operation
  • Defined on line 362 of libraries/joomla/client/ldap.php

See also


User contributed notes

Code Examples