API17

JArrayHelper::toInteger: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Updated to r1448:247ba8d88526
m JoomlaWikiBot moved page JArrayHelper::toInteger/11.1 to API17:JArrayHelper::toInteger without leaving a redirect: Robot: Moved page
(No difference)

Revision as of 19:43, 10 May 2013

Joomla 11.1 JArrayHelper::toInteger

Description

Function to convert array to integer values.

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

public static function toInteger (
        &$array
        $default=null
)
Parameter Type Default Description
&$array array $array The source array to convert
$default mixed null array) to assign if $array is not an array

See also

Template:SeeAlso:JArrayHelper::toInteger [Edit See Also]

User contributed notes

<CodeExamplesForm />