Php - PhpInfo
Table of Contents
About
The phpinfo command gives information on your php environment.
Articles Related
Access
Command line
php -i gives you phpinfo information at the command line.
php web page
Create a page phpinfo.php with the following code and get it from your webserver
<?php phpinfo(); ?>