コード例 #1
0
ファイル: class.gpc.php プロジェクト: negram/flyspray
 function num($key, $default = null)
 {
     return Filters::num(Get::val($key, $default));
 }