質問編集履歴

1

追記

2021/03/06 13:24

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -50,8 +50,6 @@
50
50
 
51
51
  $sth->execute();
52
52
 
53
- $result = $sth->fetchAll(PDO::FETCH_ASSOC);
54
-
55
53
  return $result;
56
54
 
57
55
  }