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

search for in the

OCI-Collection->append> <oci_cancel
Last updated: Fri, 30 Jan 2009

view this page in

oci_close

(PHP 5, PECL oci8 >= 1.1.0)

oci_closeOracleとの接続を閉じる

説明

bool oci_close ( resource $connection )

Oracle との接続 connection を閉じます。

パラメータ

connection

Oracle 接続 ID。 oci_connect() によって返される。

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。

注意

注意: バージョン 1.1 から oci_close() は正確に Oracle 接続を閉じます。この関数の古い動作をさせる場合は oci8.old_oci_close_semantics オプションを使用してください。



add a note add a note User Contributed Notes
oci_close
There are no user contributed notes for this page.

OCI-Collection->append> <oci_cancel
Last updated: Fri, 30 Jan 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites