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

search for in the

maxdb_commit> <maxdb_close_long_data
[edit] Last updated: Fri, 25 May 2012

view this page in

maxdb_close

maxdb::close

(PECL maxdb >= 1.0)

maxdb_close -- maxdb::close事前にオープンされたデータベース接続を閉じる

説明

手続き型

bool maxdb_close ( resource $link )

オブジェクト指向型

bool maxdb::close ( void )

maxdb_close() 関数は、link パラメータで指定したデータベース接続 (事前にオープンされたもの) を閉じます。

返り値

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

参考

  • maxdb_connect() - MaxDB サーバーへの新しい接続をオープンする
  • maxdb_init() - MaxDB を初期化し、maxdb_real_connect で使用するリソースを返す
  • maxdb_real_connect() - MaxDB サーバーへの接続をオープンする



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

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