PHP » GoLang |
login |
register |
about
|
pg_field_table(PHP 5 >= 5.2.0, PHP 7) pg_field_table — Returns the name or oid of the tables field Description
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
<?php The above example will output something similar to: foo 14379580 bool(false) Notes
See Also
|
more
Recently updated
more
Most requested
more
Last requests
|