From e299debba7e5897a05f659594a9a4c31cc99f26c Mon Sep 17 00:00:00 2001 From: rutoru Date: Sun, 13 Apr 2014 11:22:32 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=B3=E3=83=A1=E3=83=B3=E3=83=88=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit コメント誤記修正 --- Database.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Database.php b/Database.php index 84baebd..e9dfb42 100644 --- a/Database.php +++ b/Database.php @@ -56,8 +56,8 @@ public function close() /** * 検索結果行数取得 * - * @param string $var サニタイジング対象文字列 - * @return サイニタイジング後の文字列 + * @param string $query SQL文(SELECT) + * @return 結果行数 */ function queryRowsMysql($query) {