我使用的是Windows 7和PHP 5 我與proc_open執行過程中存在問題,並檢查超時。 我用stream_select使用此代碼檢查超時: <?php
$descriptorspec = array(
0 => array("file", $infile, "r"), // stdin is a pipe that the child will read from
1 => arra
可能重複: Best way to manage long-running php script? 我要建一個大的電子郵件list.Everything完美的作品,但是當我提交表單頁面加載直到每個電子郵件發送。所以我想這個電子郵件發送腳本運行在background.and注意到用戶該腳本在後臺運行。 我不能使用Ajax。 我想是這樣.. proc_open,EXEC,..了shell_exec