| 
 | pg_field_tableReturns the name or oid of the tables field Description
   mixed pg_field_table
    ( resource  $result, int$field_number[, 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,  Examples
 Example #1 Getting table information about a field 
<?phpThe above example will output something similar to: foo 14379580 bool(false) Notes
 See Also
 
 |