我用popen函数来异步执行PHP代码. //a.php <?php for($i; $i<10; $i++) { $open = popen('php b.php -a $argv1 -b $argv2','r'); fread( $open, ...
確定! 回上一頁