downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

SQLite3> <sqlite_unbuffered_query
[edit] Last updated: Fri, 24 Jun 2011

view this page in

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



add a note add a note User Contributed Notes sqlite_valid - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites