예제 #1
0
파일: input.php 프로젝트: cos800/tmdphp
 static function arr($key)
 {
     return htmlspecialchars(arr::implode(self::val($key)));
 }