정적 분석기 결과 반영

This commit is contained in:
2018-04-06 22:10:05 +09:00
parent d0e7358f68
commit 0639fc3b83
14 changed files with 173 additions and 101 deletions
+3
View File
@@ -9,6 +9,9 @@ function MYDB_num_rows($result) {
return mysqli_num_rows($result);
}
/**
* @return mixed[]
*/
function MYDB_fetch_array($result) {
return mysqli_fetch_array($result);
}