SQLite3Result::reset

(PHP 5 >= 5.3.0, PHP 7)

SQLite3Result::resetResets the result set back to the first row

说明

public SQLite3Result::reset ( void ) : bool

Resets the result set back to the first row.

参数

此函数没有参数。

返回值

Returns TRUE if the result set is successfully reset back to the first row, FALSE on failure.

相关文章
php ibm db2 函数 returns an array indexed by column position representing a row in a result setphp ibm db2 函数 returns an array indexed by column name representing a row in a result setphp ibm db2 函数 returns a result set listing the unique row identifier columns for a tablephp maxdb 函数 returns the lengths of the columns of the current row in the result setphp maxdb 函数 returns the current row of a result set as an objectphp maxdb 函数 seeks to an arbitray row in statement result setphp sqlite 函数 fetches a column from the current row of a result setphp sqlite 函数 fetches the current row from a result set as an arrayphp sqlite 函数 fetches all rows from a result set as an array of arraysphp sqlite 函数 fetches the next row from a result set as an arrayphp sqlite 函数 fetches the next row from a result set as an objectphp sqlite 函数 fetches the first column of a result set as a stringphp sqlite 函数 returns the number of rows in a buffered result setphp sqlite 函数 seek to the previous row number of a result setphp sqlite 函数 seek to the first row numberphp sqlite 函数 seek to a particular row number of a buffered result setphp mongocommandcursor executes the command and resets the cursor to the start of the result setphp mysqli result returns the lengths of the columns of the current row in the result setphp sqlite3result resets the result set back to the first rowphp sqlite3stmt executes a prepared statement and returns a result set object
关注编程学问公众号