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

search for in the

odbc_columnprivileges> <odbc_close_all
[edit] Last updated: Fri, 10 Feb 2012

view this page in

odbc_close

(PHP 4, PHP 5)

odbc_closeODBC 接続を閉じる

説明

void odbc_close ( resource $connection_id )

指定された接続 ID が指すデータベースサーバへの接続を閉じます。

パラメータ

connection_id

ODBC 接続 ID。詳細は odbc_connect() を参照ください。

返り値

値を返しません。

注意

注意:

この関数の処理は、この接続に関してオープンされたトランザクションがある場合に失敗します。 この場合、接続はオープンされたままとなります。



add a note add a note User Contributed Notes odbc_close
mallsop at ind dot net 17-May-2000 04:33
On microsoft servers, use the odbc_free_result command.

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