내부 서버 문법 오류 수정
This commit is contained in:
+1
-1
@@ -300,7 +300,7 @@ function isDict(&$array){
|
||||
|
||||
}
|
||||
|
||||
function eraseNullValue(&$dict, $depth=512){
|
||||
function eraseNullValue($dict, $depth=512){
|
||||
//TODO:Test 추가
|
||||
if($dict === null){
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user