update : 2015.11.03
php.shukuma.com검색:
|
oci_new_cursor(PHP 5, PECL OCI8 >= 1.1.0) oci_new_cursor — Allocates and returns a new cursor (statement handle) 설명
resource oci_new_cursor
( resource
$connection
)Allocates a new statement handle on the specified connection. 반환값
Returns a new statement handle, or 예제
Example #1 Binding a REF CURSOR in an Oracle stored procedure call
<?php 주의
|