1
0
Files
test-php/app/info.php
2025-08-14 07:55:36 +00:00

9 lines
165 B
PHP

<?php
// Show all information, defaults to INFO_ALL
phpinfo();
// Show just the module information.
// phpinfo(8) yields identical results.
phpinfo(INFO_MODULES);