Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

curl_pause

Description

The curl_pause cURL for PHP pause and unpause a connection.

Syntax

curl_pause ( resource $ch , int $bitmask ) : int

Parameters

ch

A cURL handle returned by curl_init().

bitmask

One of CURLPAUSE_* constants.

Return

Returns an error code (CURLE_OK for no error).

HomeMenu