← All docs

curl_multi_exec()

Runs the sub-connections of the current cURL handle.

curl_multi_exec()

function curl_multi_exec(CurlMultiHandle $multi_handle, int $still_running): int

Runs the sub-connections of the current cURL handle.

Parameters:

  • $multi_handle (CurlMultiHandle)
  • $still_running (int), passed by reference

Returns: int

Availability

No examples yet — check examples/ and showcases/ for usage patterns.

Internals

For how curl_multi_exec is implemented in the compiler, see the internals page.