API17:JInput::getArray
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JInput::getArray
Description
Gets an array of values from the request.
Description:JInput::getArray [Edit Descripton]
Since
Synopsis
public JInput->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 in
libraries/joomla/application/input.php
Referenced by
See also
Examples
<CodeExamplesForm />
