Special

All translations

Enter a message name below to show all available translations.

Message

Found 2 translations.

NameCurrent message text
 h English (en){| class="wikitable" border="1"
| INT, INTEGER || Equivalent to [[Retrieving_request_data_using_JInput#Getting_Values|JInput->getInt]].
|-
| UINT || Get an unsigned integer. Equivalent to [[Retrieving_request_data_using_JInput#Getting_Values|JInput->getUint]].
|-
| FLOAT, DOUBLE || Equivalent to [[Retrieving_request_data_using_JInput#Getting_Values|JInput->getFloat]].
|-
| BOOL, BOOLEAN || Equivalent to [[Retrieving_request_data_using_JInput#Getting_Values|JInput->getBool]].
|-
| WORD || Equivalent to [[Retrieving_request_data_using_JInput#Getting_Values|JInput->getWord]].
|-
| ALNUM || Allow only alphanumeric characters (a-z, A-Z, 0-9). Equivalent to [[Retrieving_request_data_using_JInput#Getting_Values|JInput->getAlnum]].
|-
| CMD || Equivalent to [[Retrieving_request_data_using_JInput#Getting_Values|JInput->getCmd]].
|-
| BASE64 || Allow only those characters that could be present in a base64-encoded string (ie. a-z, A-Z, 0-9, /, + and =). Equivalent to [[Retrieving_request_data_using_JInput#Getting_Values|JInput->getBase64]].
|-
| STRING || Equivalent to [[Retrieving_request_data_using_JInput#Getting_Values|JInput->getString]].
|-
| ARRAY || Source is not filtered but is cast to array type. When using this type you should use JFilterInput directly to filter the values in your data array.
|-
| HTML || A sanitised string. Equivalent to [[Retrieving_request_data_using_JInput#Getting_Values|JInput->getHtml]].
|-
| PATH || Valid pathname regex that filters out common attacks.  For example, any path beginning with a "/" will return an empty string.  Simliarly, any path containing "/./" or "/../" will return an empty string.  Dots within filenames are okay though. Equivalent to [[Retrieving_request_data_using_JInput#Getting_Values|JInput->getPath]].
|-
| USERNAME || Removes control characters (0x00 - 0x1F), 0x7F, <, >, ", ', % and &. Equivalent to [[Retrieving_request_data_using_JInput#Getting_Values|JInput->getUsername]].
|}
 h Chinese (Taiwan) (zh-tw){| class="wikitable" border="1"
| INT, INTEGER || 相當於 [[Retrieving_request_data_using_JInput#Getting_Values|JInput->getInt]].
|-
| UINT || Get an unsigned integer. 相當於 [[Retrieving_request_data_using_JInput#Getting_Values|JInput->getUint]].
|-
| FLOAT, DOUBLE || 相當於 [[Retrieving_request_data_using_JInput#Getting_Values|JInput->getFloat]].
|-
| BOOL, BOOLEAN || 相當於 [[Retrieving_request_data_using_JInput#Getting_Values|JInput->getBool]].
|-
| WORD || 相當於 [[Retrieving_request_data_using_JInput#Getting_Values|JInput->getWord]].
|-
| ALNUM || 僅允許 alphanumeric 字元 (a-z, A-Z, 0-9). 相當於 [[Retrieving_request_data_using_JInput#Getting_Values|JInput->getAlnum]].
|-
| CMD || 相當於 [[Retrieving_request_data_using_JInput#Getting_Values|JInput->getCmd]].
|-
| BASE64 || 僅允許可以被呈現於base64編碼的字元 (也就是 a-z, A-Z, 0-9, /, + 和 =)。相當於 [[Retrieving_request_data_using_JInput#Getting_Values|JInput->getBase64]].
|-
| STRING || 相當於 [[Retrieving_request_data_using_JInput#Getting_Values|JInput->getString]].
|-
| ARRAY || Source is not filtered but is cast to array type. When using this type you should use JFilterInput directly to filter the values in your data array.
|-
| HTML || 經過安全處理的字串,相當於 [[Retrieving_request_data_using_JInput#Getting_Values|JInput->getHtml]].
|-
| PATH || Valid pathname regex that filters out common attacks.  例如,any path beginning with a "/" will return an empty string.  Simliarly, any path containing "/./" or "/../" will return an empty string.  Dots within filenames are okay though. 相當於 [[Retrieving_request_data_using_JInput#Getting_Values|JInput->getPath]].
|-
| USERNAME || 移除 control 字元 (0x00 - 0x1F), 0x7F, <, >, ", ', % and &. 相當於 [[Retrieving_request_data_using_JInput#Getting_Values|JInput->getUsername]].
|}