Answers for "php info"

PHP
20

php error

ini_set('display_errors', '1');
ini_set('display_startup_errors', '1');
error_reporting(E_ALL);
Posted by: Guest on September-08-2020
0

php info file

<?php
// Show all information, defaults to INFO_ALL
phpinfo();
?>
Posted by: Guest on December-10-2020
6

show php info

phpinfo();
Posted by: Guest on February-20-2020
2

php info

// Show all information, defaults to INFO_ALL
phpinfo();
Posted by: Guest on April-17-2021
0

show phpinfo just modules

phpinfo(INFO_MODULES);
Posted by: Guest on February-20-2020

Browse Popular Code Answers by Language