qq171787869 / tool
自用PHP类库调用工具
22.07.22
2022-07-22 06:31 UTC
Requires
- php: >=5.6.0
This package is auto-updated.
Last update: 2024-09-27 19:11:00 UTC
README
文档地址:https://www.xyg.cool/doc/tool.html
在xyg父命名空间下的调用 $tool = \xyg\tool\Loader::class('alibaba.alipay.f2f');
在其他命名空间下的调用 $tool = \xyg\tool\Loader::class('other.alipay.f2f', false);
curl类用法:$data = \xyg\tool\Request::instance()->curl($url, $params, $header = [], $showResponseHeader = false, $location = false);