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

search for in the

sqlite_seek> <sqlite_query
Last updated: Fri, 10 Oct 2008

view this page in

sqlite_rewind

SQLiteResult->rewind

(PHP 5, PECL sqlite:1.0-1.0.3)

sqlite_rewind -- SQLiteResult->rewind先頭レコード番号へシークする

説明

bool sqlite_rewind ( resource $result )

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

SQLiteResult
bool rewind ( void )

sqlite_rewind()は、 結果セットの先頭レコードへシークします。

パラメータ

result

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

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

返り値

結果セットにレコードがもうない場合は、FALSE、 そうでない場合は TRUE を返します。



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

sqlite_seek> <sqlite_query
Last updated: Fri, 10 Oct 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites