phpinfo()¶
phpinfo() is one of the most famous PHP function. It outputs information about PHP’s configuration, in HTML format.
<?php
// Show all information, defaults to INFO_ALL
phpinfo();
?>
Added in PHP 4.0
phpinfo() is one of the most famous PHP function. It outputs information about PHP’s configuration, in HTML format.
<?php
// Show all information, defaults to INFO_ALL
phpinfo();
?>
Added in PHP 4.0
The definitive reference with all things PHP, and their definitions.
Contents: