API17

API17:JRequest::getString

From Joomla! Documentation

Joomla 11.1 JRequest::getString

Description

Fetches and returns a given filtered variable.


public static function getString (
        $name
        $default= ''
        $hash= 'default'
        $mask=0
)
Parameter Type Default Description
$name
$default
$hash 'default'
$mask 0

See also


User contributed notes

Code Examples