Home > PHP > Function > > dbx_fetch_row()

dbx_fetch_row()

dbx_fetch_row - Fetches rows from a query-result that had the

DBX_RESULT_UNBUFFERED
flag set

Syntax

mixed dbx_fetch_row (object $result_identifier)

Arguments

  • result_identifier - A result set returned by dbx_query().

Description

dbx_fetch_row() fetches rows from a result identifier that had the DBX_RESULT_UNBUFFERED flag set.

Version

PHP 5 <= 5.0.5, PECL dbx >= 1.1.0

Return value

Returns an object on success that contains the same information as any row would have in the dbx_query() result dataproperty, including columns accessible by index or fieldname when the flags for dbx_query() were set that way.