Skip to content

Instantly share code, notes, and snippets.

@Xhendor
Created August 22, 2015 01:59
Show Gist options
  • Save Xhendor/99de3816360709e43d62 to your computer and use it in GitHub Desktop.
Save Xhendor/99de3816360709e43d62 to your computer and use it in GitHub Desktop.
<?php
// Muestra toda la información, por defecto INFO_ALL
phpinfo();
// Muestra solamente la información de los módulos.
// phpinfo(8) hace exactamente lo mismo.
phpinfo(INFO_MODULES);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment