← All docs

curl_pause()

Pauses and unpauses a connection.

curl_pause()

function curl_pause(CurlHandle $handle, int $flags): int

Pauses and unpauses a connection.

Parameters:

  • $handle (CurlHandle)
  • $flags (int)

Returns: int

Availability

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

Internals

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