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

search for in the

sqlite_query> <sqlite_popen
Last updated: Fri, 13 Nov 2009

view this page in

sqlite_prev

SQLiteResult->prev

(PHP 5)

sqlite_prev -- SQLiteResult->prev結果セットの前のレコード番号へシークする

説明

bool sqlite_prev ( resource $result )

オブジェクト指向言語型スタイル (メソッド):

SQLiteResult
bool prev ( void )

sqlite_prev() は、結果ハンドル result を前のレコードに戻します。

パラメータ

result

SQLite 結果リソース。 このパラメータは、 オブジェクト指向言語型メソッドを使用する場合は不要です。

注意: この関数は、 バッファなしの結果ハンドルで使用することはできません。

返り値

成功時は TRUE、もしレコードがない場合は FALSE を返します。

参考



add a note add a note User Contributed Notes
sqlite_prev
There are no user contributed notes for this page.

sqlite_query> <sqlite_popen
Last updated: Fri, 13 Nov 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites