pg_field_type
(PHP 4 >= 4.2.0, PHP 5)
pg_field_type — 返回相应字段的类型名称
<h3>说明</h3>
string <strong>pg_field_type</strong>
( resource <code>$result</code>
, int <code>$field_number</code>
)
<p>
<strong>pg_field_type()</strong> 以字符串返回 PostgreSQL <code>result</code> 资源中指定 <code>field_number</code> 字段的类型。字段编号从 0 开始。
</p>
<p>
参考 pg_field_name() 页面中的例子。
</p>
<p><strong>Note</strong>:
<p>
本函数以前的名字为 pg_fieldtype()。
</p>
</p>
<p>
参见 pg_field_prtlen() 和 pg_field_name()。
</p>