PHPの設定値

1.設定内容を表示する

 下記のプログラムそ動かして設定されている内容を確認する
   デフォルトは「 INFO_ALL」、全ての情報を表示する

<?php
 phpinfo();
 print "test xdomain";
 ?>