php man page for sqlite_has_more

Query: sqlite_has_more

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SQLITE_HAS_MORE(3)														SQLITE_HAS_MORE(3)

sqlite_has_more - Finds whether or not more rows are available

SYNOPSIS
bool sqlite_has_more (resource $result)
DESCRIPTION
Finds whether more rows are available from the given result set.
PARAMETERS
o $result - The SQLite result resource.
RETURN VALUES
Returns TRUE if there are more rows available from the $result handle, or FALSE otherwise.
SEE ALSO
sqlite_num_rows(3), sqlite_changes(3). PHP Documentation Group SQLITE_HAS_MORE(3)
Related Man Pages
ingres_fetch_row(3) - php
msql_fetch_row(3) - php
pg_num_rows(3) - php
sqlite_changes(3) - php
sybase_fetch_row(3) - php
Similar Topics in the Unix Linux Community
User Guide: Posting in the Emergency Forum
UNIX.COM 2017 Year End Summary
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1)
Please Welcome Don Cragun as Lead Moderator
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun