sqlite_valid SQLiteResult->valid SQLiteUnbuffered->valid Returns whether more rows are available &reftitle.description; boolsqlite_valid resourceresult Object oriented style (method): SQLiteResult boolvalid SQLiteUnbuffered boolvalid Finds whether more rows are available from the given result handle. &reftitle.parameters; result The SQLite result resource. This parameter is not required when using the object-oriented method. &sqlite.no-unbuffered; &reftitle.returnvalues; Returns &true; if there are more rows available from the result handle, or &false; otherwise. &reftitle.seealso; sqlite_num_rows sqlite_changes