Name the function that allows you to see what version of PHP is running on your Web server, as well as all of the specific settings that are enabled in that version. code example
Example: php info file
<?php
// Show all information, defaults to INFO_ALL
phpinfo();
?>