(PHP 5 >= 5.1.0, PHP 7, PHP 8, PECL pdo >= 1.0.0)
プリペアドステートメントを表します。ステートメント実行後は関連する結果セットを表します。
$column,&$var,$type = PDO::PARAM_STR,$maxLength = 0,$driverOptions = null$param,&$var,$type = PDO::PARAM_STR,$maxLength = 0,$driverOptions = null$mode = PDO::FETCH_DEFAULT, int $cursorOrientation = PDO::FETCH_ORI_NEXT, int $cursorOffset = 0): mixed使ったクエリ文字列。
| バージョン | 説明 |
|---|---|
| 8.0.0 | PDOStatement は、 Traversable ではなく、 IteratorAggregate を実装するようになりました。 |