예제 #1
0
파일: Rest.php 프로젝트: steefdw/blendle
 public static function fetch($url)
 {
     $rest = new Rest();
     return $rest->file_get($url);
 }