PHP.nl

curl_pause

curl_pause

Pause and unpause a connection

int **curl_pause** CurlHandle $handle int $flags

Pause or unpause a cURL session. A session can be paused while a transfer is in progress, in either the read, write or both directions, by calling this function from a callback registered with . curl_setopt

flags One of constants. CURLPAUSE_*

Returns an error code ( for no error). CURLE_OK