update : 2015.11.03
php.shukuma.com검색:
|
mysqli_result::fetch_field_directmysqli_fetch_field_direct(PHP 5) mysqli_result::fetch_field_direct -- mysqli_fetch_field_direct — Fetch meta-data for a single field 설명객체 기반 형식
object mysqli_result::fetch_field_direct
( int
$fieldnr
)절차식 형식 Returns an object which contains field definition information from the specified result set. 인수
반환값
Returns an object which contains field definition information or
예제Example #1 객체 기반 형식
<?php Example #2 절차식 형식
<?php 위 예제들의 출력: Name: SurfaceArea Table: Country max. Len: 10 Flags: 32769 Type: 4 참고
|