©
Dieses Dokument verwendet PHP-Handbuch für chinesische Websites Freigeben
(PECL maxdb >= 1.0)
maxdb_close -- maxdb::close — Closes a previously opened database connection
过程化风格
$link
)面向对象风格
The maxdb_close() function closes a previously opened database
connection specified by the link
parameter.
成功时返回 TRUE
, 或者在失败时返回 FALSE
。