Skip to content

Instantly share code, notes, and snippets.

@batlounis
batlounis / gist:21a08ad4504d53902e4d
Created July 1, 2014 10:22
Print out all data about request
<?php
$indicesServer = array('PHP_SELF',
'argv',
'argc',
'GATEWAY_INTERFACE',
'SERVER_ADDR',
'SERVER_NAME',
'SERVER_SOFTWARE',
'SERVER_PROTOCOL',
'REQUEST_METHOD',