openlss / func-net
Networking helpers
Installs: 89
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/openlss/func-net
Requires
- php: >=5.3.2
This package is not auto-updated.
Last update: 2025-09-27 20:24:08 UTC
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.