Make interval for PROGRESSFUNCTION in PHP CURL?
With below code curl_setopt($ch, CURLOPT_NOPROGRESS, 0); curl_setopt($ch, CURLOPT_PROGRESSFUNCTION, 'progress_upload'); progress_upload function will be triggered many times in a second but how can we set an interval to decrease it?