Answers for "where is info.php located"

PHP
1

info.php

<?php

// Show all information, defaults to INFO_ALL
phpinfo();

// Show just the module information.
// phpinfo(8) yields identical results.
phpinfo(INFO_MODULES);

?>
Posted by: Guest on October-21-2021

Code answers related to "where is info.php located"

Browse Popular Code Answers by Language