API17

Difference between revisions of "JArrayHelper::toString"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 43: Line 43:
  
 
===Defined in===
 
===Defined in===
libraries/joomla/utilities/arrayhelper.php
+
libraries/joomla/utilities/arrayhelper.php (line 74)
 +
* see source code in [[jplatform:utilities/arrayhelper.php#cl-74|BitBucket]]
 
===Referenced by===
 
===Referenced by===
 
===See also===
 
===See also===

Revision as of 19:55, 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 JArrayHelper::toString[edit]

Description[edit]

Template:Description:JArrayHelper::toString [Edit Descripton]

Synopsis[edit]

public static JArrayHelper::toString ($array=null, $inner_glue= '=', $outer_glue= ' ', $keepOuterKey=false)
Parameter Type Default Description
$array null
$inner_glue '='
$outer_glue ' '
$keepOuterKey false

Returns[edit]

Defined in[edit]

libraries/joomla/utilities/arrayhelper.php (line 74)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JArrayHelper::toString

Examples[edit]

<CodeExamplesForm />