PHP 実行演算子

PHPからシェルコマンドを実行し、その出力を受け取ることができる。

<?php
$result = `pwd`;
echo $result; # => /hoge/huga/htdocs