Example #1
0
 public static function get($url)
 {
     $fHttp = new self();
     return $fHttp->getByCurl($url);
 }