PHP » GoLang |
login |
register |
about
|
pg_field_type(PHP 4 >= 4.2.0, PHP 5, PHP 7) pg_field_type — Returns 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
|
more
Recently updated
more
Most requested
more
Last requests
|