网络助手
github.com/nullivex/func-net
主页
源代码
问题
安装: 87
依赖关系: 0
建议者: 0
安全: 0
星标: 0
关注者: 2
分支: 0
开放问题: 0
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
LGPL-3.0+ b3b606ade8df8fa6b71e97ad87da72b2ee4c17ee
curlhttpnetworking
This package is not auto-updated.
Last update: 2024-09-14 14:55:33 UTC
网络助手函数(IP 格式化、转换等)
//fetch a URL with POST vars $content = net_curl_post("http://some.site.net/action.cgi",array('some_var'=>'value'));
通过 curl 设置 POST 请求,返回响应内容。可选地接受一个指针,通过该指针返回 curl 处理句柄。