Extracted from Pike v7.6 release 61 at 2005-12-30.
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()