Allow
Allow PHP Methods
static curl(string $path, bool $prependFullPath = false) v5
PHP curl in a secure way. (a way you can hit a URL from your code to get a html response from it.)
PARAMETERS:
$path = string, File path
$prependFullPath = bool, true to use full path, false otherwise
RETURN VALUE:
string = cURL responsestatic fileGetContents(string $path, bool $prependFullPath = false) v5
Read the contents of a file into a string.
PARAMETERS:
$path = string, File path
$prependFullPath = bool, true to use full path, false otherwise
RETURN VALUE:
string = file contentAllow PHP Variables
🔎︎ %l4610%