|
oci_parsePrepares an Oracle statement for execution Description
resourcefalse oci_parse(resource
$connection , string $sql )
Prepares
Statement identifiers can be freed
with oci_free_statement or by setting the
variable to Parameters
Return Values
Returns a statement handle on success, or Examples
Example #1 oci_parse example for SQL statements
Example #2 oci_parse example for PL/SQL statements
Notes
See Also
|