Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
Mysql
Mysql.mysql_result

Method Mysql.mysql_result()->fetch_row()


Method fetch_row

int|array(string) fetch_row()

Description

Fetch the next row from the result.

Returns an array with the contents of the next row in the result. Advances the row cursor to the next now.

Returns 0 (zero) at the end of the table.

See also

seek()