PHAN 설정. sizeof 대신 count 사용

This commit is contained in:
2018-04-07 00:07:18 +09:00
parent a5bb9ba062
commit 15d1c2829a
8 changed files with 96 additions and 89 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ switch($btn) {
//TODO:새 갠메 시스템으로 변경
$date = date('Y-m-d H:i:s');
$msg;
for($i=0; $i < sizeof($genlist); $i++) {
for($i=0; $i < count($genlist); $i++) {
}
break;
}