API17

JRequest:: cleanArray: Difference between revisions

From Joomla! Documentation

m User contributed notes: moving preparation
m See also: moving preparation
Line 37: Line 37:
===See also===
===See also===
* {{JVer|11.1}} '''JRequest::_cleanArray source code''' on [[jplatform:environment/request.php#cl-504|BitBucket]]
* {{JVer|11.1}} '''JRequest::_cleanArray source code''' on [[jplatform:environment/request.php#cl-504|BitBucket]]
* {{JVer|11.1}} Class [[JRequest/11.1|JRequest]]
* {{JVer|11.1}} Class [[API17:JRequest|JRequest]]
* {{JVer|11.1}} Subpackage [[Subpackage_Environment/11.1|Environment]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Environment|Environment]]
* [[JRequest::_cleanArray|Other versions of JRequest::_cleanArray]]
* [[API17:JRequest::_cleanArray|Other versions of JRequest::_cleanArray]]
{{SeeAlso:JRequest::_cleanArray}}
{{SeeAlso:JRequest::_cleanArray}}
<span class="editsection" style="font-size:76%;">
<span class="editsection" style="font-size:76%;">

Revision as of 02:23, 12 May 2013

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]

public static function _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 on line 512 of libraries/joomla/environment/request.php
  • Since Joomla 11.1

See also

Template:SeeAlso:JRequest:: cleanArray [Edit See Also]

User contributed notes

<CodeExamplesForm />