curl_pause()
function curl_pause(CurlHandle $handle, int $flags): int
Pauses and unpauses a connection.
Parameters:
$handle(CurlHandle)$flags(int)
Returns: int
Availability
- Compiled (AOT): supported through the compiler-injected curl prelude.
eval()(magician interpreter): supported — declarative interpreter builtin (crates/elephc-magician/src/interpreter/builtins/curl/curl_pause.rs).
No examples yet — check examples/ and showcases/ for usage patterns.
Internals
For how curl_pause is implemented in the compiler, see the internals page.