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"
| <name> || the name of the variable to be retrieved (for example, the name of an argument in a URL).
|-
| <default> || the default value.  There is no default value that will be returned if no default is specified in the call the [[Retrieving_request_data_using_JInput#Getting_Values|JInput->get]].  If no default is specified and the argument is not present in the request variable then it will return undefined.
|-
| <type> || specifies the data type expected (see below).
|}
 h Chinese (Taiwan) (zh-tw){| class="wikitable" border="1"
| <name> || the name of the variable to be retrieved (for example, the name of an argument in a URL).
|-
| <default> || 預設值。如果沒有在[[Retrieving_request_data_using_JInput#Getting_Values|JInput->get]] 呼叫中指定預設值,則沒有預設值會被回傳。
|-
| <type> || 指定的預期資料類型 (見底下)
|}