Skip to content

Instantly share code, notes, and snippets.

View AmigoDheena's full-sized avatar
🏠
Working from home

Dheenadhayalan AmigoDheena

🏠
Working from home
View GitHub Profile
@AmigoDheena
AmigoDheena / info.php
Created June 7, 2019 09:56
phpinfo();
<?php
// Show all information, defaults to INFO_ALL
phpinfo();
// Show just the module information.
// phpinfo(8) yields identical results.
phpinfo(INFO_MODULES);
?>