update : 2015.11.03
php.shukuma.com검색:
|
maxdb_field_seekmaxdb_result::field_seek(PECL maxdb >= 1.0) maxdb_field_seek -- maxdb_result::field_seek — Set result pointer to a specified field offset 설명절차식 형식
bool maxdb_field_seek
( resource
$result
, int $fieldnr
)객체 기반 형식
bool maxdb_result::field_seek
( int
$fieldnr
)Sets the field cursor to the given offset. The next call to maxdb_fetch_field() will retrieve the field definition of the column associated with that offset.
반환값maxdb_field_seek() returns previuos value of field cursor. 예제Example #1 객체 기반 형식
<?php Example #2 절차식 형식
<?php 위 예제의 출력 예시: Name: NAME Table: max. Len: 10 Flags: -1 Type: 2 |