|
oci_new_cursorAllocates and returns a new cursor (statement handle) Description
resource oci_new_cursor
( resource
$connection
)Allocates a new statement handle on the specified connection. Parameters
Return Values
Returns a new statement handle, or Examples
Example #1 Binding a REF CURSOR in an Oracle stored procedure call
<?php Notes
|