API17:JUtility::array unshift ref
From Joomla! Documentation
(Difference between revisions)
(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
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JUtility::array_unshift_ref
Description
Prepend a reference to an element to the beginning of an array.
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
-
JUtility::array_unshift_ref source code on BitBucket
-
Class JUtility
-
Subpackage Utilities
- Other versions of JUtility::array_unshift_ref
SeeAlso:JUtility::array unshift ref [Edit See Also]
User contributed notes
<CodeExamplesForm />
