← All docs

curl_multi_getcontent()

Returns the content of a cURL handle if CURLOPT_RETURNTRANSFER is set.

curl_multi_getcontent()

function curl_multi_getcontent(mixed $handle): ?string

Returns the content of a cURL handle if CURLOPT_RETURNTRANSFER is set.

Parameters:

  • $handle (mixed)

Returns: ?string

Availability

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

Internals

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