API17

JInput::getArray

From Joomla! Documentation

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 JInput::getArray[edit]

Description[edit]

Gets an array of values from the request.


public function getArray (
        $vars
        $datasource=null
)
Parameter Type Default Description
$vars array Associative array of keys and filter types to apply.
$datasource mixed null Array to retrieve data from, or null
  • Returns mixed The filtered input data.
  • Defined on line 140 of libraries/joomla/application/input.php
  • Since Joomla 11.1

See also[edit]


User contributed notes[edit]

Code Examples[edit]