PHP » PYTHON |
login |
register |
about
|
|
oci_parse(PHP 5, PECL oci8 >= 1.1.0) oci_parse — Prepares Oracle statement for execution Description
resource oci_parse
( resource $connection
, string $query
)
Prepares the query using connection and returns the statement identifier, which can be used with oci_bind_by_name(), oci_execute() and other functions. Parameters
Return ValuesReturns a statement handler on success, or FALSE on error. Notes
|
more
Recently updated
more
Most requested
more
Last requests
|