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

search for in the

ingres_commit> <ingres_charset
[edit] Last updated: Fri, 25 May 2012

view this page in

ingres_close

(PHP 4 >= 4.0.2, PHP 5 <= 5.0.5, PECL ingres >= 1.0.0)

ingres_closeIngres データベース接続を閉じる

説明

bool ingres_close ( resource $link )

ingres_close() は、指定したリンクが指す Ingres サーバーへの接続をクローズします。パラメータ

持続的接続をクローズすることはできず、 持続的でない接続はスクリプトの終了時に自動的にクローズされるため、 ingres_close() は通常は不要です。

パラメータ

link

接続リンク ID。

返り値

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

参考

  • ingres_connect() - Ingres データベースへの接続をオープンする
  • ingres_pconnect() - Ingres データベースへの持続的接続をオープンする



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

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