Skip to content

Instantly share code, notes, and snippets.

@johnsonch
Created October 6, 2012 14:26
Show Gist options
  • Save johnsonch/3845052 to your computer and use it in GitHub Desktop.
Save johnsonch/3845052 to your computer and use it in GitHub Desktop.
php info
<?php
// Show all information, defaults to INFO_ALL
phpinfo();
// Show just the module information.
// phpinfo(8) yields identical results.
phpinfo(INFO_MODULES);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment