PHP configuration
The function is used for pushing displays PHP configuration is phpinfo () . This function will display information related to the PHP configuration that you use. Because each operating system and web server has different information then this function is often used by programmers to know the configuration of the system also has defined variables and can be used by PHP.
For more details, you can try the following simple programming script:
script configuration.php
phpinfo();?>
Next, you can learn PHP: Data Types and Variables.