| | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
cubrid_field_seek(PECL CUBRID >= 8.3.0) cubrid_field_seek — Move the result set cursor to the specified field offset 説明
bool cubrid_field_seek
( resource
$result
[, int $field_offset = 0
] )This function moves the result set cursor to the specified field offset. This offset is used by cubrid_fetch_field() if it doesn't include a field offset. It returns TRUE on success or FALSE on failure. パラメータ
返り値
例例1 cubrid_field_seek() example
<?php上の例の出力は以下となります。
array(4) {
[0]=>
string(5) "20001"
[1]=>
string(5) "16132"
[2]=>
string(3) "KOR"
[3]=>
string(9) "1988-09-30"
}
--- Field Properties ---
name: athlete_code
table: game
default value: ""
max length: 0
not null: 1
unique key: 1
multiple key: 0
numeric: 1
type: integer
|
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「cubrid_field_seek - Move the result set cursor to the specified field offset」をGoogle検索
|