sqlite_has_more

(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0)

sqlite_has_moreFinds whether or not more rows are available

说明

sqlite_has_more ( resource $result ) : bool

Finds whether more rows are available from the given result set.

参数

result

The SQLite result resource.

返回值

Returns TRUE if there are more rows available from the result handle, or FALSE otherwise.

参见

  • sqlite_num_rows() - Returns the number of rows in a buffered result set
  • sqlite_changes() - Returns the number of rows that were changed by the most recent SQL statement

相关文章
php enchant 函数 whether a dictionary exists or not. using non empty tagphp enchant 函数 whether or not word exists in this spelling sessionphp gupnp 函数 check whether root device is availablephp gupnp 函数 set whether or not root device is availablephp mcve 函数 whether or not to validate the passed identifier on any transaction it is passed tophp maxdb 函数 returns whether thread safety is given or notphp mysqlnd ms 函数 finds whether a table name matches a wildcard pattern or notphp socket 函数 receives data from a socket whether or not it is connection orientedphp socket 函数 sends a message to a socket whether it is connected or notphp sqlite 函数 returns the number of rows that were changed by the most recent sql statementphp sqlite 函数 fetches all rows from a result set as an array of arraysphp sqlite 函数 finds whether or not more rows are availablephp sqlite 函数 returns whether or not a previous row is availablephp sqlite 函数 returns the number of rows in a buffered result setphp sqlite 函数 opens an sqlite database and create the database if it does not existphp sqlite 函数 opens a persistent handle to an sqlite database and create the database if it does not existphp sqlite 函数 execute a query that does not prefetch and buffer all dataphp sqlite 函数 returns whether more rows are availablephp sqlsrv 函数 indicates whether the specified statement has rowsphp stream 函数 sends a message to a socket whether it is connected or not
关注编程学问公众号