← All docs

curl_multi_info_read()

Gets information about the current transfers.

curl_multi_info_read()

function curl_multi_info_read(CurlMultiHandle $multi_handle, ?int $queued_messages = null): mixed

Gets information about the current transfers.

Parameters:

  • $multi_handle (CurlMultiHandle)
  • $queued_messages (?int), passed by reference, default null, optional

Returns: mixed

Availability

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

Internals

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