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スクリプトを実行します
exec("C:/AppServ/php5/php phptest.php> C:/AppServ/www/common/output.txt 2>&1 &");
しかし今、これらのスクリプトにいくつかの GET パラメーターを渡す必要があり、明らかにそれらをキャッチする必要があります。パラメータを追加するにはどうすればよいですか?