← All docs

curl_upkeep()

Performs any connection upkeep checks.

curl_upkeep()

function curl_upkeep(CurlHandle $handle): bool

Performs any connection upkeep checks.

Parameters:

  • $handle (CurlHandle)

Returns: bool

Availability

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

Internals

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