Translations

Translations:Secure coding guidelines/20/zh-tw

From Joomla! Documentation

Revision as of 03:19, 6 January 2021 by Shawnhy (talk | contribs) (Created page with "===通用及其他資料類型=== 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 Retrieving...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

通用及其他資料類型

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: