API17

API17:JArrayHelper::toInteger

From Joomla! Documentation

Revision as of 00:44, 12 May 2013 by JoomlaWikiBot (talk | contribs) (moving preparation)

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 />