update : 2015.11.03
php.shukuma.com검색:
|
oci_parse(PHP 5, PECL OCI8 >= 1.1.0) oci_parse — Prepares an Oracle statement for execution 설명
resource oci_parse
( resource
$connection
, string $sql_text
)
Prepares
Statement identifiers can be freed
with oci_free_statement() or by setting the
variable to 인수
반환값
Returns a statement handle on success, or 예제
Example #1 oci_parse() example for SQL statements
<?php
Example #2 oci_parse() example for PL/SQL statements
<?php 주의
참고
|