update : 2015.11.03
php.shukuma.com검색:
|
pg_field_num(PHP 4 >= 4.2.0, PHP 5) pg_field_num — Returns the field number of the named field 설명
int pg_field_num
( resource
$result
, string $field_name
)
pg_field_num() will return the number of the
field number that corresponds to the
인수
반환값The field number (numbered from 0), or -1 on error. 예제
Example #1 Getting information about fields
<?php 위 예제의 출력: Column 'title' is field number: 2 |