esyy / CurlRequest

PHP curl系列函数封装

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CurlRequest

PHP curl系列函数封装

发起请求

CurlRequest::Instance()->setHeaderMap($header)->setMethod('GET')->setUrl($url)->request($param);

销毁HTTP对象

CurlRequest::destroy();

特别感谢@shellvon同学

About

PHP curl系列函数封装

License:MIT License


Languages

Language:PHP 100.0%