API17:JArrayHelper::toString
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Updated to r1448:247ba8d88526) |
||
| (One intermediate revision by one user not shown) | |||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JArrayHelper::toString|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JArrayHelper::toString|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public static | + | public static function toString ( |
| + | $array=null | ||
| + | $inner_glue= '=' | ||
| + | $outer_glue= ' ' | ||
| + | $keepOuterKey=false | ||
| + | ) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 40: | Line 44: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' | |
| − | + | * '''Defined''' on line 74 of libraries/joomla/utilities/arrayhelper.php | |
| − | + | ||
| − | libraries/joomla/utilities/arrayhelper.php | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JArrayHelper::toString source code''' on [[jplatform:utilities/arrayhelper.php#cl-66|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JArrayHelper/11.1|JArrayHelper]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Utilities/11.1|Utilities]] | ||
| + | * [[JArrayHelper::toString|Other versions of JArrayHelper::toString]] | ||
| + | {{SeeAlso:JArrayHelper::toString}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JArrayHelper::toString|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JArrayHelper::toString|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 60: | Line 63: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JArrayHelper]][[Category:JArrayHelper::toString]]</noinclude> | <noinclude>[[Category:JArrayHelper]][[Category:JArrayHelper::toString]]</noinclude> | ||
Revision as of 20:11, 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.
JArrayHelper::toString
Description
Description:JArrayHelper::toString [Edit Descripton]
public static function toString ( $array=null $inner_glue= '=' $outer_glue= ' ' $keepOuterKey=false )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $array | null | ||
| $inner_glue | '=' | ||
| $outer_glue | ' ' | ||
| $keepOuterKey | false |
- Returns
- Defined on line 74 of libraries/joomla/utilities/arrayhelper.php
See also
-
JArrayHelper::toString source code on BitBucket
-
Class JArrayHelper
-
Subpackage Utilities
- Other versions of JArrayHelper::toString
SeeAlso:JArrayHelper::toString [Edit See Also]
User contributed notes
<CodeExamplesForm />
