mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-09-17 05:46:33 +00:00
Update available methods for Curl
This commit is contained in:
@@ -149,6 +149,7 @@ $multi_curl->start();
|
||||
Curl::__construct()
|
||||
Curl::__destruct()
|
||||
Curl::beforeSend($callback)
|
||||
Curl::buildPostData($data)
|
||||
Curl::call($function)
|
||||
Curl::close()
|
||||
Curl::complete($callback)
|
||||
@@ -163,7 +164,6 @@ Curl::headerCallback($ch, $header)
|
||||
Curl::options($url, $data = array())
|
||||
Curl::patch($url, $data = array())
|
||||
Curl::post($url, $data = array())
|
||||
Curl::postfields($data)
|
||||
Curl::put($url, $data = array())
|
||||
Curl::setBasicAuthentication($username, $password = '')
|
||||
Curl::setCookie($key, $value)
|
||||
|
||||
Reference in New Issue
Block a user