2011-08-01から1ヶ月間の記事一覧
一見よさそうだけど、引数の処理がうまくいかないので、この記事は前面削除です。 症状 Cygwin+bash 上で、次のような php スクリプトを実行するとエラーになりました。 #! php $ hello.php Could not open input file: /home/egc/bin/hello.php 原因 「き…
Execution Operators(PHPマニュアルより) PHP supports one execution operator: backticks (``). Note that these are not single-quotes! PHP will attempt to execute the contents of the backticks as a shell command; the output will be returned (i…