2012年10月5日 星期五

php 呼叫外部程式

當程式中有需要呼叫外部程式,且不需等待外部程式跑完,即繼續執行時可用以下方法:
$file = popen("php test.php","r");
pclose($file);

沒有留言: