Skip to content

Basic cURL HTTP request to fetch remote HTML data from URL, with a file_get_contents method as fallback

Notifications You must be signed in to change notification settings

JanusSkov/grab_file_content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

grab_file_content

cURL HTTP request function to fetch remote HTML data from URL, with a file_get_contents method as fallback

First choice of use is cURL since it's much faster and flexible yet we only use standard settings here for the HTTP call.

About

Basic cURL HTTP request to fetch remote HTML data from URL, with a file_get_contents method as fallback

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages