|
pg_field_typeReturns the type name for the corresponding field number Description
string pg_field_type
( resource
$result
, int $field_number
)
pg_field_type returns a string containing the
base type name of the given
Parameters
Return Values
A string containing the base name of the field's type, or Examples
Example #1 Getting information about fields
<?php The above example will output: Title field type: varchar See Also
|