Home
PHP
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
PDOStatement::setFetchMode
PDOStatement::setFetchMode
Setthedefaultacquisi
PDO::lastInsertId
PDO::lastInsertId
ReturnstheIDofthelas
PDO::query
PDO::query
ExecuteSQLstatements
PDO::setAttribute
PDO::setAttribute
Setproperties
PDOStatement::fetch
PDOStatement::fetch
Getthenextlinefromth
PDO::errorInfo
PDO::errorInfo
Getstheextendederror
PDOStatement::execute
PDOStatement::execute
Executeapreprocessin
PDOStatement::columnCount
PDOStatement::columnCount
Returnsthenumberofco
Popular Articles
How to Use PDOStatement::fetchAll with PDO::FETCH_OBJ to Return Data as Objects