maxdb_close

maxdb::close

(PECL maxdb >= 1.0)

maxdb_close -- maxdb::closeCloses a previously opened database connection

說明

程序化風格

bool maxdb_close ( resource $link )

物件導向風格

bool maxdb::close ( void )

The maxdb_close() function closes a previously opened database connection specified by the link parameter.

回傳值

如果成功則回傳 TRUE,失敗則回傳 FALSE

參見

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top