sqlite_key SQLiteResult->key Returns the current row index &reftitle.description; intsqlite_key resourceresult Object oriented style (method): SQLiteResult intkey sqlite_key returns the current row index of the buffered result set result. &reftitle.parameters; result The SQLite result resource. This parameter is not required when using the object-oriented method. &sqlite.no-unbuffered; &reftitle.returnvalues; Returns the current row index of the buffered result set result. &reftitle.changelog; &Version; &Description; 5.0.4 Prior to PHP 5.0.4, sqlite_key was only able to be called as a method on a SQLiteResult object, not procedurally. &reftitle.seealso; sqlite_next sqlite_current sqlite_rewind