2016-08-21 PHP 実行演算子 PHPからシェルコマンドを実行し、その出力を受け取ることができる。 <?php $result = `pwd`; echo $result; # => /hoge/huga/htdocs