Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 286 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 286 Bytes

CurlRequest

PHP curl系列函数封装

发起请求

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

销毁HTTP对象

CurlRequest::destroy();

特别感谢@shellvon同学