Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PHPシェルを起動した後
php -a
「index.php」などの既存のphpファイルをどのように実行しますか? 私はそれが次のように実行できることを知っています
$php index.php
コマンドラインから。しかし、シェルからどのように行うのでしょうか?