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

search for in the

oci_new_connect> <OCI-Lob->writeToFile
Last updated: Fri, 13 Nov 2009

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
There are no user contributed notes for this page.

oci_new_connect> <OCI-Lob->writeToFile
Last updated: Fri, 13 Nov 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites