downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

oci_new_connect> <oci_lob_is_equal
[edit] Last updated: Fri, 17 May 2013

view this page in

oci_new_collection

(PHP 5, PECL OCI8 >= 1.1.0)

oci_new_collection新しいコレクションオブジェクトを割り当てる

説明

OCI-Collection oci_new_collection ( resource $connection , string $tdo [, string $schema = NULL ] )

新しいコレクションオブジェクトを割り当てます。

パラメータ

connection

oci_connect() あるいは oci_pconnect() が返す Oracle 接続 ID。

tdo

有効な型名 (大文字)。

schema

型を作成したスキーマを指定しなければなりません。 現在のユーザー名がデフォルト値となります。

返り値

新しい OCICollection オブジェクト、 あるいはエラー時に FALSE を返します。

注意

注意:

PHP バージョン 5.0.0 以前では、代わりに ocinewcollection() を使用しなければなりません。 まだこの名前を使用することができ、下位互換性のため oci_new_collection() への別名として残されていますが、 推奨されません。



add a note add a note User Contributed Notes oci_new_collection - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites