sqlite_valid
SQLiteResult::valid
SQLiteUnbuffered::valid
Returns whether more rows are available
Description
bool sqlite_valid
( resource $result
)
bool SQLiteResult::valid
( void
)
bool SQLiteUnbuffered::valid
( void
)
Parameters
-
result
-
The SQLite result resource. This parameter is not required when using
the object-oriented method.
Note:
This function cannot be used with
unbuffered result handles.
Return Values
Returns TRUE
if there are more rows available from the
result
handle, or FALSE
otherwise.
See Also
- sqlite_num_rows
- sqlite_changes