API17

Difference between revisions of "JLDAP::add"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 10: Line 10:
 
===Synopsis===
 
===Synopsis===
 
<source lang="php">
 
<source lang="php">
public JLDAP->add ($dn, $entry)
+
public JLDAP::add ($dn, $entry)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 33: Line 33:
 
bool Result of operation
 
bool Result of operation
 
===Defined in===
 
===Defined in===
libraries/joomla/client/ldap.php
+
libraries/joomla/client/ldap.php (line 362)
 +
* see source code in [[jplatform:client/ldap.php#cl-362|BitBucket]]
 
===Referenced by===
 
===Referenced by===
 
===See also===
 
===See also===

Revision as of 20:51, 23 April 2011

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]

Synopsis[edit]

public JLDAP::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[edit]

bool Result of operation

Defined in[edit]

libraries/joomla/client/ldap.php (line 362)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JLDAP::add

Examples[edit]

<CodeExamplesForm />