update : 2015.11.03
php.shukuma.com검색:
|
pg_field_type(PHP 4 >= 4.2.0, PHP 5) pg_field_type — Returns the type name for the corresponding field number 설명
string pg_field_type
( resource
$result
, int $field_number
)
pg_field_type() returns a string containing the
base type name of the given
인수
반환값
A string containing the base name of the field's type, or 예제
Example #1 Getting information about fields
<?php 위 예제의 출력: Title field type: varchar 참고
|