pg_field_table

Supported Versions: PHP 5 >= 5.2.0, PHP 7, PHP 8
Returns the name or oid of the tables field
<?php pg_field_table(PgSql\Result $result, int $field, bool $oid_only = false): string|int|false