Example #1
0
 public static function downloadUrlToFile($url, $fileRelPath)
 {
     $Request = new self($url);
     $Request->downloadToFile($fileRelPath);
 }