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


Method fetch_row_array

array(array(mixed)) fetch_row_array()

Returns

Multiple result rows at a time (at least one). Every result row 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(), set_result_callback(), set_result_array_callback()