Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
yii
db
DataReader
readAll
yii\db\DataReader::readAll PHP Method
DataReader Class Documentation
ファイルを表示
Open project: yiisoft/yii2
readAll()
public
method
Reads the whole result set into an array.
public
readAll
( ) :
array
return
array
the result set (each array element represents a row of data). An empty array will be returned if the result contains no row.
public function readAll() { return $this->_statement->fetchAll(); }
DataReader
__construct
bindColumn
close
count
current
getColumnCount
getIsClosed
getRowCount
key
next
nextResult
read
readAll
readColumn
readObject
rewind
setFetchMode
valid