PHP 8.3.21 Released!

Voting

: max(two, two)?
(Example: nine)

The Note You're Voting On

Anonymous
12 years ago
The 'do' loop in this example will cycle indefinitely until all curl downloads complete, needlessly using CPU cycles. A much better way is to block while dowloads are in progress. Refer to the example code on the curl_multi_exec() page instead, which does this!

<< Back to user notes page

To Top