PHP Velho Oeste 2024

sqlite_key

SQLiteResult::key

(PHP 5 >= 5.1.0 < 5.4.0)

sqlite_key -- SQLiteResult::keyReturns the current row index

Descrierea

Stil obiect-orientat (method):

SQLiteResult::key ( void ) : int

SQLiteResult::key() returns the current row index of the buffered result set result.

Unlike all other SQLite functions, this function does not have a procedural version, and can only be called as a method on a SQLiteResult object.

Valorile întoarse

Returns the current row index of the buffered result set result.

A se vedea și

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top