sqlite_key

(PHP 5 >= 5.1.0 and < 5.4.0)
Returns the current row index
int SQLiteResult::key ( void )

Object oriented style (method):

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.

Returns:

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

See also:

sqlite_next() -

sqlite_current() -

sqlite_rewind() -

doc_php
2016-02-24 16:18:29
Comments
Leave a Comment

Please login to continue.