コード例 #1
0
ファイル: Rest.php プロジェクト: steefdw/blendle
 public static function fetch($url)
 {
     $rest = new Rest();
     return $rest->file_get($url);
 }