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

Method Mysql.mysql_result()->eof()


Method eof

int(0..1) eof()

Description

Sense end of result table.

Returns 1 when all rows have been read, and 0 (zero) otherwise.

See also

fetch_row()