App::getAllServer
Usage
array App::getAllCookie()Description
Retrive all $_SERVER variables as an array.Return Value
Array containing a key-value pair of all $_SERVER variables.Examples
Get all SERVER variables.
$vars = $app->getAllServer();
Get all SERVER variables.
$vars = $app->getAllServer();