Home > PHP > Function > > result->fetch_row()

result->fetch_row()

result->fetch_row - Get a result row as an enumerated array

Syntax

mixed result->fetch_row ()

Arguments

-

Description

Procedural style:

Version

PHP PECL maxdb >= 1.0

Return value

maxdb_fetch_row() returns an array that corresponds to the fetched row or NULL if there are no more rows in result set.