curl_pause

curl_pause

(PHP 5 >= 5.5.0, PHP 7)

curl_pausePause and unpause a connection

Description

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

This function is currently not documented; only its argument list is available.

Parameters

ch

A cURL handle returned by curl_init().

bitmask

One of CURLPAUSE_* constants.

Return Values

Returns an error code (CURLE_OK for no error).

© 1997–2017 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://secure.php.net/manual/en/function.curl-pause.php

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部