| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
sqlite_currentSQLiteResult::currentSQLiteUnbuffered::current(PHP 5 < 5.4.0, PECL sqlite >= 1.0.0) sqlite_current -- SQLiteResult::current -- SQLiteUnbuffered::current — 結果セットからカレントのレコードを配列として取得する 説明
array sqlite_current
( resource
$result
[, int $result_type = SQLITE_BOTH
[, bool $decode_binary = true
]] )オブジェクト指向型 (メソッド):
array SQLiteResult::current
([ int
$result_type = SQLITE_BOTH
[, bool $decode_binary = true
]] )
array SQLiteUnbuffered::current
([ int
$result_type = SQLITE_BOTH
[, bool $decode_binary = true
]] )sqlite_current() は sqlite_fetch_array() と同じですが、 データを返す前に次のレコードに移動せず、カレントの位置からのみデー タを返すという違いがあります。 パラメータ
返り値
結果セットからカレントレコードの配列を返します。
現在の位置が最終レコード以降の場合、
参考
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「sqlite_current - 結果セットからカレントのレコードを配列として取得する」をGoogle検索
|