79075442

Date: 2024-10-10 16:59:09
Score: 1
Natty:
Report link

I believe you want to set the BUFFERSIZE (in bytes) so that it will download in larger chunks:

curl_setopt($ch, CURLOPT_BUFFERSIZE, 2048);

Note: Someone mentioned that CURLOPT_PROGRESSFUNCTION is deprecated, I can see that how it works changes after 5.5.0 - but nowhere can I see that this feature will be removed.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: WebDesires