Skip to content

nullivex/func-net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openlss/func-net

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.

About

Networking helper functions (IP formatting, conversions, etc)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages