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

search for in the

sqlite_key> <sqlite_has_more
Last updated: Fri, 30 Jan 2009

view this page in

sqlite_has_prev

SQLiteResult->hasPrev

(PHP 5)

sqlite_has_prev -- SQLiteResult->hasPrev前のレコードがあるかどうかを返す

説明

bool sqlite_has_prev ( resource $result )

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

SQLiteResult
bool hasPrev ( void )

与えられた結果ハンドルに前のレコードがあるかどうかを検査します。

パラメータ

result

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

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

返り値

結果ハンドル result に前のレコードがある場合 TRUE、 そうでない場合 FALSE を返します。

参考



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

sqlite_key> <sqlite_has_more
Last updated: Fri, 30 Jan 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites