Created
June 7, 2019 09:56
-
-
Save AmigoDheena/a0c9ad00fcc0dbe2d6746f396adb92b3 to your computer and use it in GitHub Desktop.
phpinfo();
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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