回答編集履歴
1
追記
test
CHANGED
@@ -6,4 +6,4 @@
|
|
6
6
|
$rows = $statement->fetchAll();
|
7
7
|
var_dump($rows);
|
8
8
|
```
|
9
|
-
https://www.php.net/manual/ja/pdo.prepare.php
|
9
|
+
[RTFM](https://www.g200kg.com/jp/docs/dic/rtfm.html) https://www.php.net/manual/ja/pdo.prepare.php
|