API17

API17:JArrayHelper::toString

From Joomla! Documentation

Joomla 11.1 JArrayHelper::toString

Description

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


User contributed notes

Code Examples