Method __builtin.Sql.Result()->fetch_row()

class __builtin.Sql.Result

Method fetch_row

array(mixed) fetch_row()

Description

Fetch the next row from the result.

Returns

Returns an array with one element per field in the same order as reported by fetch_fields(). See the Sql.Connection class documentation for more details on how different data types are represented.

On EOF it returns 0.

See also

fetch_row_array(), set_result_callback(), set_result_array_callback()