openlss/func-net
Composer 安装命令:
composer require openlss/func-net
包简介
Networking helpers
关键字:
README 文档
README
Networking helper functions (IP formatting, conversions, etc)
Usage
//fetch a URL with POST vars $content = net_curl_post("http://some.site.net/action.cgi",array('some_var'=>'value'));
Reference
(string result) net_curl_post($url,$vars=array(),&$ch=null)
Sets up a POST request via curl, returns the response content. Optionally accepts a pointer via which to return the curl handle.
统计信息
- 总下载量: 89
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0
- 更新时间: 2013-03-23