머리말
벤치마크
설명서 1
설명서 2
설명서 3
설명서 4
설명서 5
레퍼런스
다운로드
◇ 게시판
이름
비밀번호
메일
제목
내용
function assign($arg) { if (is_array($arg)) { $var = array_merge($var=&$this->var_[$this->_current_scope], $arg); } else { $this->var_[$this->_current_scope][$arg] = func_get_arg(1); } } 해당 함수에서... $arg 혹은 func_get_arg(1) 의 내용을 json_decode( str_replace("특정단어", "특정단어2", json_encode(데이터)), true); 로 바꾸게 되면 혹시 큰 문제가 생길까요?
Since 2003-03-03
hosted on
vultr.com