Skip to content

Instantly share code, notes, and snippets.

@AmigoDheena
Created June 7, 2019 09:56
Show Gist options
  • Save AmigoDheena/a0c9ad00fcc0dbe2d6746f396adb92b3 to your computer and use it in GitHub Desktop.
Save AmigoDheena/a0c9ad00fcc0dbe2d6746f396adb92b3 to your computer and use it in GitHub Desktop.
phpinfo();
<?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