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

search for in the

sybase_connect> <sybase_affected_rows
[edit] Last updated: Fri, 17 May 2013

view this page in

sybase_close

(PHP 4, PHP 5)

sybase_closeSybase 接続を閉じる

説明

bool sybase_close ([ resource $link_identifier ] )

sybase_close()は、指定されたリンク link_identifier が指す Sybase データベースへのリンクを閉じます。

持続的でないリンクは、スクリプトの実行終了時に自動的に閉じられるため、 この関数は、通常の場合コールする必要がないことに注意してください。

sybase_close() は、 sybase_pconnect() により生成された 持続的なリンクは閉じません。

パラメータ

link_identifier

リンク ID を省略した場合は、最後にオープンしたリンクを使用します。

返り値

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

参考



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

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