Skip to content

Instantly share code, notes, and snippets.

@thiagomgo
Created December 11, 2016 14:57
Show Gist options
  • Save thiagomgo/7e1380870b7c19d9f599abcecd2eff5b to your computer and use it in GitHub Desktop.
Save thiagomgo/7e1380870b7c19d9f599abcecd2eff5b to your computer and use it in GitHub Desktop.
PHP environment informations.
<?php
header('Content-Type: text/plain');
print_r($_SERVER);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment