Translations:Secure coding guidelines/20/en
From Joomla! Documentation
Generic and other data types
If the above methods do not meet your needs, there is a small number of additional filter types which you can use by calling the JInput->get method directly. The syntax is:
JFactory::getApplication->input->get( <name>, <default>, <type> );
where: