cyrus_close
(PHP 4 >= 4.1.0, PECL cyrus 1.0)
cyrus_close — Close connection to a Cyrus IMAP server
说明
cyrus_close (
resource
$connection
) :
bool
Closes the connection to a Cyrus IMAP server.
参数
-
connection
-
The connection handle.
返回值
成功时返回 TRUE
, 或者在失败时返回 FALSE
。