API17

API17:JFilterInput::clean

From Joomla! Documentation

Revision as of 03:02, 25 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Joomla 11.1 JFilterInput::clean

Description

Method to be called by another php script. Processes for XSS and specified bad code.


public function clean (
        $source
        $type='string'
)
Parameter Type Default Description
$source
$type 'string'
  • Returns
  • Defined on line 131 of libraries/joomla/filter/filterinput.php

See also


User contributed notes

Code Examples