Next:
HELPER_trimValue
Up:
./inc/helper.php
Previous:
HELPER_isExecutedOnUCS
Contents
HELPER_getContentFromURL
Description:
Downloads an URL via curl and gives back the site code.
Parameter:
url: The URL to download.
range: If set, a part of the file will be downloaded. (e.g. 0-500 will download the first 500 kb)
Returns:
The downloaded site code or false in case of an error.
root 2018-05-08