update : 2015.11.03
php.shukuma.com검색:
|
mysqli_result::field_seekmysqli_field_seek(PHP 5) mysqli_result::field_seek -- mysqli_field_seek — Set result pointer to a specified field offset 설명객체 기반 형식
bool mysqli_result::field_seek
( int
$fieldnr
)절차식 형식 Sets the field cursor to the given offset. The next call to mysqli_fetch_field() will retrieve the field definition of the column associated with that offset.
인수
반환값
성공 시 예제Example #1 객체 기반 형식
<?php Example #2 절차식 형식
<?php 위 예제들의 출력: Name: SurfaceArea Table: Country max. Len: 10 Flags: 32769 Type: 4 |