示例#1
0
文件: Rest.php 项目: steefdw/blendle
 public static function fetch($url)
 {
     $rest = new Rest();
     return $rest->file_get($url);
 }