1
0
Files
test-php/web/app/info.php
2025-08-14 08:46:01 +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);