mixed get(
string
$key, [mixed
$default = Null]
)
|
|
Returns the GET parameter corresponding to $key, or $default if this key is not defined.
Parameters:
|
string |
$key: |
|
|
mixed |
$default: |
|
Information Tags:
Returns the request method, uppercased.
Information Tags:
mixed post(
string
$key, [mixed
$default = Null]
)
|
|
Returns the POST parameter corresponding to $key, or $default if this key is not defined.
Parameters:
|
string |
$key: |
|
|
mixed |
$default: |
|
Information Tags: