oci_parse()
oci_parse - Prepares an Oracle statement for execution
Syntax
resource oci_parse ()
Arguments
-
Description
Prepares sql_text using connection and returns the statement identifier, which can be used with oci_bind_by_name(), oci_execute() and other functions.
Version
PHP 5, PECL OCI8 >= 1.1.0
Return value
Returns a statement handle on success, or FALSE on error.