API17

Difference between revisions of "JUpdater::arrayUnique"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (→‎See also: moving preparation)
Line 28: Line 28:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JUpdater::arrayUnique source code''' on [[jplatform:updater/updater.php#cl-137|BitBucket]]
 
* {{JVer|11.1}} '''JUpdater::arrayUnique source code''' on [[jplatform:updater/updater.php#cl-137|BitBucket]]
* {{JVer|11.1}} Class [[JUpdater/11.1|JUpdater]]
+
* {{JVer|11.1}} Class [[API17:JUpdater|JUpdater]]
* {{JVer|11.1}} Subpackage [[Subpackage_Updater/11.1|Updater]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Updater|Updater]]
* [[JUpdater::arrayUnique|Other versions of JUpdater::arrayUnique]]
+
* [[API17:JUpdater::arrayUnique|Other versions of JUpdater::arrayUnique]]
 
{{SeeAlso:JUpdater::arrayUnique}}
 
{{SeeAlso:JUpdater::arrayUnique}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 21:47, 11 May 2013

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 JUpdater::arrayUnique[edit]

Description[edit]

Multidimensional array safe unique test Borrowed from PHP.net.

Template:Description:JUpdater::arrayUnique [Edit Descripton]

public function arrayUnique ($myArray)
Parameter Type Default Description
$myArray
  • Returns
  • Defined on line 145 of libraries/joomla/updater/updater.php

See also[edit]

Template:SeeAlso:JUpdater::arrayUnique [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />