Translations:Secure coding guidelines/20/zh-tw
From Joomla! Documentation
通用及其他資料類型
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: