API17

JLDAP::add

From Joomla! Documentation

Revision as of 19:18, 10 May 2013 by JoomlaWikiBot (talk | contribs) (JoomlaWikiBot moved page JLDAP::add/11.1 to API17:JLDAP::add without leaving a redirect: Robot: Moved page)

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JLDAP::add[edit]

Description[edit]

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

Template:Description:JLDAP::add [Edit Descripton]

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[edit]

Template:SeeAlso:JLDAP::add [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />