curl_setopt ( $ch , CURLOPT_NOSIGNAL, 0); // CURLOPT_NOSIGNAL 設為0. curl_setopt( $ch , CURLOPT_TIMEOUT_MS, 900); // 設定最長執行900 毫秒.
確定! 回上一頁