Networking helper functions (IP formatting, conversions, etc)
//fetch a URL with POST vars
$content = net_curl_post("http://some.site.net/action.cgi",array('some_var'=>'value'));
Sets up a POST request via curl, returns the response content. Optionally accepts a pointer via which to return the curl handle.
Language | php |
Version | 0.0.0 |
Git URL | https://github.com/nullivex/func-net |
License | GPL-3.0 |
Description | Networking helper functions (IP formatting, conversions, etc) |
Keywords |