コード例 #1
0
ファイル: json.class.php プロジェクト: seanc/fourgigabyte
 public static function send($res)
 {
     self::$json = $res;
     return json_encode(self::$json);
 }