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.
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
See also[edit]
JInput::getArray source code on BitBucket
Class JInput
Subpackage Application
- Other versions of JInput::getArray
User contributed notes[edit]
Code Examples[edit]