Func Curl_Pause
# PHP curl_pause function
[ PHP cURL Reference Manual](#)
(PHP 5 >= 5.5.0)
curl_pause β Pause and resume a connection.
* * *
## Description
int curl_pause ( resource $ch , int $bitmask )
* * *
## Parameters
**ch**
A cURL handle returned by curl_init().
**bitmask**
A constant from CURLPAUSE_*.
* * *
## Return Values
Returns an error code, or CURLE_OK if there was no error.
* * PHP cURL Reference Manual](#)
YouTip