curl_pause

(PHP 5 >= 5.5.0, PHP 7)

curl_pausePause and unpause a connection

Açıklama

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

Uyarı

Bu işlev hala belgelendirilmemiştir; sadece değiştirge listesi mevcuttur.

Değiştirgeler

ct

curl_init() işlevinden dönen bir cURL tanıtıcısı.

bitmask

One of CURLPAUSE_* constants.

Dönen Değerler

Returns an error code (CURLE_OK for no error).