PHP. Руководство по PHP. 2005
ocistatementtype
ocistatementtype
Description
string ocistatementtype (resource stmt)ocistatementtype() returns one of the following values:
- SELECT
- UPDATE
- DELETE
- INSERT
- CREATE
- DROP
- ALTER
- BEGIN
- DECLARE
- UNKNOWN
Замечание: This function was renamed to oci_statement_type() after PHP>= 5.0.0. For downward compatibility ocistatementtype() can also be used. This is deprecated, however.