|
pg_field_tableReturns the name or oid of the tables field Description
stringintfalse pg_field_table(PgSql\Result
$result , int $field , bool $oid_only = false )
pg_field_table returns the name of the table that field
belongs to, or the table's oid if Parameters
Return Values
On success either the fields table name or oid, or Changelog
Examples
Example #1 Getting table information about a field
The above example will output something similar to: foo 14379580 bool(false) Notes
See Also
|