|
oci_new_cursorAllocates and returns a new cursor (statement handle) Beschreibung
resource oci_new_cursor
( resource
$connection
)Allocates a new statement handle on the specified connection. Parameter-Liste
Rückgabewerte
Returns a new statement handle, or Beispiele
Beispiel #1 Binding a REF CURSOR in an Oracle stored procedure call
<?phpAnmerkungen
|