|
PHP5中文手册
oci_field_type_raw(PHP 5, PECL oci8:1.1-1.2.4) oci_field_type_raw — 返回字段的原始 Oracle 数据类型 说明
int oci_field_type_raw
( resource $statement
, int $field
)
oci_field_type_raw() 返回字段的原始 Oracle 数据类型。
不过,如果需要取得字段的类型,oci_field_type() 更为适合。更多信息见 oci_field_type()。 |