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

search for in the

sqlite_num_fields> <sqlite_libversion
Last updated: Fri, 06 Nov 2009

view this page in

sqlite_next

SQLiteResult->next

SQLiteUnbuffered->next

(PHP 5, PECL sqlite >= 1.0.0)

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 を返します。

参考

  • sqlite_seek() - 特定のレコード番号へシークする
  • sqlite_current() - 結果セットからカレントのレコードを配列として取得する
  • sqlite_rewind() - 先頭レコード番号へシークする



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, 06 Nov 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites