Php Curl Timeout

[Solved] Php Curl Timeout | Php - Code Explorer | yomemimo.com
Question : php curl timeout

Answered by : -1vajs8k9qntw

curl_setopt($ch, CURLOPT_TIMEOUT, 5); //timeout in seconds
#curl_setopt($ch, CURLOPT_TIMEOUT_MS, 5000); //timeout in Milliseconds

Source : | Last Update : Fri, 12 Mar 21

Answers related to php curl timeout

Code Explorer Popular Question For Php