Manuál PHP | ||
---|---|---|
Předcházející | Další |
(PHP 5)
sqlite_has_prev(no version information, might be only in CVS)
SQLiteResult->hasPrev -- Returns whether or not a previous row is availableObject oriented style (method):
class SQLiteResult {sqlite_has_prev() returns TRUE if there are more previous rows available from the result handle, or FALSE otherwise;
Poznámka: Tuto funkci nelze použít s nebufferovaným přístupem k výsledkům.
See also sqlite_prev(), sqlite_has_more(), and sqlite_num_rows().
Předcházející | Domů | Další |
sqlite_has_more | Nahoru | sqlite_key |