sqlite_key
SQLiteResult::key
(PHP 5 >= 5.1.0 and < 5.4.0)
sqlite_key -- SQLiteResult::key — Returns the current row index
Descrição
Estilo orientado à objeto (method):
int SQLiteResult::key
( void
)
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.
Valor Retornado
Returns the current row index of the buffered result set
result.
Veja Também
- sqlite_next() - Move para a próxima linha.
- sqlite_current() - Retorna a linha atual do resultado como uma matriz.
- sqlite_rewind() - Vai para a primeira linha.
There are no user contributed notes for this page.
