Captures content of superglobal variables
API Tags:
boolean exists_in_cookie(
string
$key
)
|
|
Checks if variable exists in COOKIE
Parameters:
|
string |
$key: |
Name of the variable |
API Tags:
boolean exists_in_env(
string
$key
)
|
|
Checks if variable exists in ENV
Parameters:
|
string |
$key: |
Name of the variable |
API Tags:
boolean exists_in_get(
string
$key
)
|
|
Checks if variable exists in GET
Parameters:
|
string |
$key: |
Name of the variable |
API Tags:
boolean exists_in_pi(
string
$key
)
|
|
Checks if variable exists in PI (Path_Info)
Parameters:
|
string |
$key: |
Name of the variable |
API Tags:
boolean exists_in_post(
string
$key
)
|
|
Checks if variable exists in POST
Parameters:
|
string |
$key: |
Name of the variable |
API Tags:
boolean exists_in_server(
string
$key
)
|
|
Checks if variable exists in SERVER
Parameters:
|
string |
$key: |
Name of the variable |
API Tags:
boolean exists_in_session(
string
$key
)
|
|
Checks if variable exists in SESSIOn
Parameters:
|
string |
$key: |
Name of the variable |
API Tags:
mixed &get_from_cookie(
string
$key
)
|
|
Returns reference to variable in COOKIE
Parameters:
|
string |
$key: |
Variable name |
API Tags:
Information Tags:
| Throws: | TE_Var_Not_Exists |
mixed &get_from_env(
string
$key
)
|
|
Returns reference to variable in ENV
Parameters:
|
string |
$key: |
Variable name |
API Tags:
Information Tags:
| Throws: | TE_Var_Not_Exists |
mixed &get_from_get(
string
$key
)
|
|
Returns reference to variable in GET
Parameters:
|
string |
$key: |
Variable name |
API Tags:
Information Tags:
| Throws: | TE_Var_Not_Exists |
mixed &get_from_pi(
string
$key
)
|
|
Returns reference to variable in PI
Parameters:
|
string |
$key: |
Variable name |
API Tags:
Information Tags:
| Throws: | TE_Var_Not_Exists |
mixed &get_from_post(
string
$key
)
|
|
Returns reference to variable in POST
Parameters:
|
string |
$key: |
Variable name |
API Tags:
Information Tags:
| Throws: | TE_Var_Not_Exists |
mixed &get_from_server(
string
$key
)
|
|
Returns reference to variable in SERVER
Parameters:
|
string |
$key: |
Variable name |
API Tags:
Information Tags:
| Throws: | TE_Var_Not_Exists |
mixed &get_from_session(
string
$key
)
|
|
Returns reference to variable in SESSIOn
Parameters:
|
string |
$key: |
Variable name |
API Tags:
Information Tags:
| Throws: | TE_Var_Not_Exists |
Parses PATH_INFO variable in server
API Tags:
| Internal: | |
| Access: | private |
array path_info_split_key_value(
string
$str
)
|
|
Splits key from values from PATD_INFO
Parameters:
API Tags:
| Internal: | |
| Access: | private |
mixed query_from_cookie(
string
$key
)
|
|
Returns variable from COOKIE
Parameters:
|
string |
$key: |
Variable name |
API Tags:
Information Tags:
| Throws: | TE_Var_Not_Exists |
mixed query_from_env(
string
$key
)
|
|
Returns variable from ENV
Parameters:
|
string |
$key: |
Variable name |
API Tags:
Information Tags:
| Throws: | TE_Var_Not_Exists |
mixed query_from_get(
string
$key
)
|
|
Returns variable from GET
Parameters:
|
string |
$key: |
Variable name |
API Tags:
Information Tags:
| Throws: | TE_Var_Not_Exists |
mixed query_from_pi(
string
$key
)
|
|
Returns variable from PI
Parameters:
|
string |
$key: |
Variable name |
API Tags:
Information Tags:
| Throws: | TE_Var_Not_Exists |
mixed query_from_post(
string
$key
)
|
|
Returns variable from POST
Parameters:
|
string |
$key: |
Variable name |
API Tags:
Information Tags:
| Throws: | TE_Var_Not_Exists |
mixed query_from_server(
string
$key
)
|
|
Returns variable from SERVER
Parameters:
|
string |
$key: |
Variable name |
API Tags:
Information Tags:
| Throws: | TE_Var_Not_Exists |
mixed query_from_session(
string
$key
)
|
|
Returns variable from SESSION
Parameters:
|
string |
$key: |
Variable name |
API Tags:
Information Tags:
| Throws: | TE_Var_Not_Exists |