API17

API17:JRequest:: cleanArray

From Joomla! Documentation

Revision as of 00:08, 21 April 2011 by Doxiki2 (talk | contribs) (Bulk upload by Doxiki2)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Joomla 11.1 JRequest::_cleanArray

Description

Adds an array to the GLOBALS array and checks that the GLOBALS variable is not being attacked.

Template:Description:JRequest:: cleanArray [Edit Descripton]

Since

Joomla 11.1

Synopsis

public static JRequest::_cleanArray (&$array, $globalise=false)
Parameter Type Default Description
&$array array $array Array to clean.
$globalise boolean false True if the array is to be added to the GLOBALS.

Returns

Defined in

libraries/joomla/environment/request.php

Referenced by

See also

[Edit See Also]

Template:SeeAlso:JRequest:: cleanArray

Examples

<CodeExamplesForm />