update : 2015.11.03
php.shukuma.com검색:
|
pg_field_table(PHP 5 >= 5.2.0) pg_field_table — Returns the name or oid of the tables field 설명
pg_field_table() returns the name of the table that field
belongs to, or the table's oid if 인수
반환값
On success either the fields table name or oid. Or, 예제
Example #1 Getting table information about a field
<?php 위 예제의 출력 예시: foo 14379580 bool(false) 주의
참고
|