2.8.1.1. Script to view information about current PHP configuration (phpinfo)

To view information about the current PHP configuration use a simple script calling the standard phpinfo function:

<?php
phpinfo();

The links below show phpinfo output results for all PHP versions available on the hosting with default settings:

コンテンツ