Information about server configuration

Run following code to recieve information about our PHP configuration:

1
2
3
<?php
 phpinfo();
?>