Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article? <?php /** * インタラクティブシェルではなく、 * 単のコマンドラインとして実行された場合 */ if ($argc > 1) { ob_start(); passthru("php {$argv[1]}"); $get = ob_get_clean(); print($get); exit(0); } /** * php.iniが読み込まれているかどうかのチェックおよび * PHPエクステンションのロード状況 */ $iniFlag = php_ini_loaded_file(); if ($iniFlag === fals