예제 #1
0
파일: input.php 프로젝트: N3X15/ATBBS-Plus
 static function ToFloat($i)
 {
     return floatval(GET::FetchIndex($i));
 }