English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Basic PHP Tutorial

Advanced PHP Tutorial

PHP & MySQL

PHP Reference Manual

Usage and examples of PHP curl_pause() function

PHP CURL Reference Manual

(PHP 5 >= 5.5.0)

curl_pause — Pause and resume the connection.

Syntax

int curl_pause(resource $ch, int $bitmask)

Parameter

ch

The CURL handle returned by curl_init().

bitmask

CURLPAUSE_*One of the constants.

Return value

Returns an error code, if no error returns CURLE_OK.

PHP CURL Reference Manual