(PHP 5 >= 5.5.0) curl_pause — Pause and resume connections. illustrate int curl_pause ( resource $ch , int $bitmask ) parameter ch The cURL handle returned by curl_init(). bitmask A constant in CURLPAUSE_*. return value Returns an error code, or CURLE_OK if there is no error.