Created
June 21, 2010 03:34
-
-
Save ThePixelDeveloper/446355 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
array | |
'HOSTNAME' => string '' (length=0) | |
'PATH' => string '/usr/local/bin:/usr/bin:/bin' (length=28) | |
'TMP' => string '/tmp' (length=4) | |
'TMPDIR' => string '/tmp' (length=4) | |
'TEMP' => string '/tmp' (length=4) | |
'OSTYPE' => string '' (length=0) | |
'MACHTYPE' => string '' (length=0) | |
'MALLOC_CHECK_' => string '2' (length=1) | |
'USER' => string 'www-data' (length=8) | |
'HOME' => string '/var/www' (length=8) | |
'FCGI_ROLE' => string 'RESPONDER' (length=9) | |
'SCRIPT_FILENAME' => string '/var/www/nolimits/public/index.php' (length=34) | |
'QUERY_STRING' => string '' (length=0) | |
'REQUEST_METHOD' => string 'GET' (length=3) | |
'CONTENT_TYPE' => string '' (length=0) | |
'CONTENT_LENGTH' => string '' (length=0) | |
'SCRIPT_NAME' => string '/ö' (length=3) | |
'REQUEST_URI' => string '/%C3%B6' (length=7) | |
'DOCUMENT_URI' => string '/ö' (length=3) | |
'DOCUMENT_ROOT' => string '/var/www/nolimits/public' (length=24) | |
'SERVER_PROTOCOL' => string 'HTTP/1.1' (length=8) | |
'GATEWAY_INTERFACE' => string 'CGI/1.1' (length=7) | |
'SERVER_SOFTWARE' => string 'nginx/0.8.41' (length=12) | |
'REMOTE_ADDR' => string '127.0.0.1' (length=9) | |
'REMOTE_PORT' => string '60546' (length=5) | |
'SERVER_ADDR' => string '127.0.0.1' (length=9) | |
'SERVER_PORT' => string '80' (length=2) | |
'SERVER_NAME' => string 'localhost' (length=9) | |
'REDIRECT_STATUS' => string '200' (length=3) | |
'HTTP_HOST' => string 'localhost' (length=9) | |
'HTTP_CONNECTION' => string 'keep-alive' (length=10) | |
'HTTP_ACCEPT' => string 'application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5' (length=90) | |
'HTTP_USER_AGENT' => string 'Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.1 (KHTML, like Gecko) Chrome/6.0.440.0 Safari/534.1' (length=109) | |
'HTTP_ACCEPT_ENCODING' => string 'gzip,deflate,sdch' (length=17) | |
'HTTP_ACCEPT_LANGUAGE' => string 'en-US,en;q=0.8' (length=14) | |
'HTTP_ACCEPT_CHARSET' => string 'UTF-8,*;q=0.5' (length=13) | |
'PHP_SELF' => string '/ö' (length=3) | |
'REQUEST_TIME' => int 1277091215 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment