String get(
String
$key, [String
$default = '']
)
|
|
Get the value from the specified key
Parameters:
|
String |
$key: |
The server param to get |
|
String |
$default: |
The default value to use, if not found |
API Tags:
| Return: | The value of the requested key |
| Static: | |
void getAcceptLanguage(
[mixed
$default = '']
)
|
|
String getDocRoot(
String
$key, [String
$default = '']
)
|
|
Get the document root
Parameters:
|
String |
$key: |
The server param to get |
|
String |
$default: |
The default value to use, if not found |
API Tags:
| Return: | The value of the requested key |
| Static: | |
void getDocumentRoot(
[mixed
$default = '']
)
|
|
Due to wrong setup on HvepseEksperten.dk, special handling of document root is required
Returns the server info as html
API Tags:
Redefinition of:
- Object::getHtml()
- Returns the html for the element
void getHttpHost(
[mixed
$default = '']
)
|
|
void getOs(
[mixed
$default = '']
)
|
|
void getPhpSelf(
[mixed
$default = '']
)
|
|
void getQueryString(
[mixed
$default = '']
)
|
|
void getReferer(
[mixed
$default = '']
)
|
|
String getRemoteAddr(
[String
$default = '']
)
|
|
Get the remote addr
Parameters:
|
String |
$default: |
The default value to use, if not found |
API Tags:
| Return: | The value of the requested key |
| Static: | |
void getRequestMethod(
[mixed
$default = '']
)
|
|
void getRequestUri(
[mixed
$default = '']
)
|
|
String getReqUri(
String
$key, [String
$default = '']
)
|
|
Get the reuest uri
Parameters:
|
String |
$key: |
The server param to get |
|
String |
$default: |
The default value to use, if not found |
API Tags:
| Return: | The value of the requested key |
| Static: | |
void getScriptName(
[mixed
$default = '']
)
|
|
void getServerName(
[mixed
$default = '']
)
|
|
void getUserAgent(
[mixed
$default = '']
)
|
|