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();
?>

Documentation

Added in PHP 4.0