PHP.nl

oci_new_collection

oci_new_collection

Allocates new collection object

 **oci_new_collection** resource $connection string $type_name  $schema

Allocates a new collection object.

connection An Oracle connection identifier, returned by or . oci_connect``oci_pconnect

type_nameShould be a valid named type (uppercase).

schemaShould point to the scheme, where the named type was created. The name of the current user is used when null is passed.

Returns a new object or false on error. OCICollection

Opmerking: > The class was called prior to PHP 8 and OCI8 3.0.0. OCICollection``OCI-Collection