sqlite_valid
SQLiteResult->valid
SQLiteUnbuffered->valid
(PHP 5)
sqlite_valid -- SQLiteResult->valid -- SQLiteUnbuffered->valid — بازگرداندن وجود تعداد ردیفهای بیشتر
Description
bool sqlite_valid
( resource $result
)
شیوه شیگرا (method):
bool SQLiteResult::valid
( void
)
bool SQLiteUnbuffered::valid
( void
)
یافتن وجود ردیفهای بیشتر در کنترلکننده نتیجه داده شده.
Parameters
- result
-
منبع نتیجه SQLite. این پارامتر هنگام استفاده از شیوه شیگرا مورد نیاز نیست.
Note:
This function cannot be used with unbuffered result handles.
Return Values
بازگرداندن TRUE اگر ردیف بیشتری در کنترلکننده result باشد یا FALSE در غیر این صورت.
See Also
- sqlite_num_rows() - Returns the number of rows in a buffered result set
- sqlite_changes() - Returns the number of rows that were changed by the most recent SQL statement
There are no user contributed notes for this page.
