API17

API17:JArrayHelper::toInteger

From Joomla! Documentation

Revision as of 14:46, 24 March 2017 by JoomlaWikiBot (talk | contribs) (clean up)

Joomla 11.1 JArrayHelper::toInteger

Description

Function to convert array to integer values.

{{subst:Description:JArrayHelper::toInteger}}

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

{{subst:SeeAlso:JArrayHelper::toInteger}}

User contributed notes

<CodeExamplesForm />