English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
(PHP 5 >= 5.5.0)
curl_pause — Pause and resume the connection.
int curl_pause(resource $ch, int $bitmask)
ch
The CURL handle returned by curl_init().
bitmask
CURLPAUSE_*One of the constants.
Returns an error code, if no error returns CURLE_OK.