returnJson(); 추가

This commit is contained in:
2018-01-29 21:46:44 +09:00
parent 55d15bb562
commit a78d93f282
3 changed files with 30 additions and 23 deletions
+1
View File
@@ -1,6 +1,7 @@
<?php
require(__dir__.'/../vendor/autoload.php');
//NOTE: 그냥 json_encode(), json_decode() 쓰면 안되나?
class _JSON {
public static function Encode($arr) {
foreach($arr as $key => $val) {