Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
PDOStatement::fetchAll
PDOStatement::fetchAll
Returns an array containing all rows in the result set
Name:
PDOStatement::fetchAll
Category:
PDO
Programming Language:
php
One-line Description:
Returns an array containing all rows in the result set
Related
How to Use PDOStatement::fetchAll with PDO::FETCH_OBJ to Return Data as Objects
2
Similar Functions
PDO::rollBack
PDO::rollBack
Rollbacktransactions
PDOStatement::fetchObject
PDOStatement::fetchObject
Getthenextlineandret
PDOStatement::errorInfo
PDOStatement::errorInfo
Getstheextendederror
PDOStatement::debugDumpParams
PDOStatement::debugDumpParams
PrintaSQLpreprocessi
PDO::setAttribute
PDO::setAttribute
Setproperties
PDOStatement::getAttribute
PDOStatement::getAttribute
Searchstatementprope
PDOStatement::execute
PDOStatement::execute
Executeapreprocessin
PDO::beginTransaction
PDO::beginTransaction
Startatransaction
Popular Articles
How to Use PDOStatement::fetchAll with PDO::FETCH_OBJ to Return Data as Objects