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

search for in the

sqlite_num_fields> <sqlite_libversion
Last updated: Fri, 03 Oct 2008

view this page in

sqlite_next

SQLiteResult->next

SQLiteUnbuffered->next

(PHP 5, PECL sqlite:1.0-1.0.3)

sqlite_next -- SQLiteResult->next -- SQLiteUnbuffered->next次のレコード番号へシークする

説明

bool sqlite_next ( resource $result )

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

SQLiteResult
bool next ( void )
SQLiteUnbuffered
bool next ( void )

sqlite_next()は、結果ハンドル result を次のレコードへ進めます。

パラメータ

result

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

返り値

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



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

sqlite_num_fields> <sqlite_libversion
Last updated: Fri, 03 Oct 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites