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

result->fetch_object()

result->fetch_object - Returns the current row of a result set as an object

Syntax

object result->fetch_object ()

Arguments

-

Description

Procedural style:

Version

PHP PECL maxdb >= 1.0

Return value

Returns an object that corresponds to the fetched row or NULL if there are no more rows in resultset.