|
PHP5中文手册
oci_statement_type(PHP 5, PECL oci8:1.1-1.2.4) oci_statement_type — 返回 OCI 语句的类型 说明
string oci_statement_type
( resource $statement
)
oci_statement_type() 返回语句 statement 的查询类型,其值为下列之一:
statement 参数是一个由 oci_parse() 所返回的有效的 OCI 语句标识符。
Example#1 oci_statement_type() 例子
<?php oci_statement_type() 在出错时返回 FALSE。
|