Difference between revisions of "JUtility::array unshift ref"
From Joomla! Documentation
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JUtility::array_unshift_ref|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JUtility::array_unshift_ref|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
− | |||
<source lang="php"> | <source lang="php"> | ||
− | public | + | public function array_unshift_ref ( |
+ | &$array | ||
+ | &$value | ||
+ | ) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
Line 30: | Line 32: | ||
|- | |- | ||
|} | |} | ||
− | + | * '''Returns''' | |
− | + | * '''Defined''' on line 188 of libraries/joomla/utilities/utility.php | |
− | |||
− | libraries/joomla/utilities/utility.php | ||
− | |||
− | |||
===See also=== | ===See also=== | ||
+ | * {{JVer|11.1}} '''JUtility::array_unshift_ref source code''' on [[jplatform:utilities/utility.php#cl-180|BitBucket]] | ||
+ | * {{JVer|11.1}} Class [[JUtility/11.1|JUtility]] | ||
+ | * {{JVer|11.1}} Subpackage [[Subpackage_Utilities/11.1|Utilities]] | ||
+ | * [[JUtility::array_unshift_ref|Other versions of JUtility::array_unshift_ref]] | ||
+ | {{SeeAlso:JUtility::array_unshift_ref}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JUtility::array_unshift_ref|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JUtility::array_unshift_ref|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
− | + | ===User contributed notes=== | |
− | |||
− | |||
− | === | ||
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
Line 51: | Line 51: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
+ | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JUtility]][[Category:JUtility::array_unshift_ref]]</noinclude> | <noinclude>[[Category:JUtility]][[Category:JUtility::array_unshift_ref]]</noinclude> |
Revision as of 21:55, 27 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.
JUtility::array_unshift_ref[edit]
Description[edit]
Prepend a reference to an element to the beginning of an array.
Template:Description:JUtility::array unshift ref [Edit Descripton]
public function array_unshift_ref (
&$array
&$value
)
Parameter | Type | Default | Description |
---|---|---|---|
&$array | |||
&$value |
- Returns
- Defined on line 188 of libraries/joomla/utilities/utility.php
See also[edit]
JUtility::array_unshift_ref source code on BitBucket
Class JUtility
Subpackage Utilities
- Other versions of JUtility::array_unshift_ref
Template:SeeAlso:JUtility::array unshift ref [Edit See Also]
User contributed notes[edit]
<CodeExamplesForm />