Class: WindHttpCurl
Source Location: /http/transfer/WindHttpCurl.php
Class WindHttpCurl
Inherited Properties, Constants, and Methods
Methods
void get(
[
$url = ''], [
$data = array()], [
$header = array()], [
$cookie = array()], [
$option = array()]
)
|
|
Parameters:
|
$url: |
|
|
$data: |
|
|
$header: |
|
|
$cookie: |
|
|
$option: |
|
API Tags:
Redefinition of:
- AbstractWindHttp::get()
- get方式传值
void post(
[
$url = ''], [
$data = array()], [
$header = array()], [
$cookie = array()], [
$option = array()]
)
|
|
Parameters:
|
$url: |
|
|
$data: |
|
|
$header: |
|
|
$cookie: |
|
|
$option: |
|
API Tags:
Redefinition of:
- AbstractWindHttp::post()
- 发送post请求
void send(
[
$method = self::GET], [
$options = array()]
)
|
|
Parameters:
API Tags:
Redefinition of:
- AbstractWindHttp::send()
- 发送请求底层操作
|
|