XXI. Cyrus IMAP administration Functions

簡介

警示

本函數暫無文件,僅有參數清單。

注: 本增加模組在 Windows 平台下不可用。

安裝

To enable Cyrus IMAP support and to use these functions you have to compile PHP with the --with-cyrus option.

警示

IMAP 增加模組不能和 recode 增加模組,YAZ 增加模組以及 Cyrus 增加模組同時使用。因為它們使用了相同的內定符號。

預定義常量

以下常量由本增加模組定義,因此只有在本增加模組被編譯到 PHP 中,或是在運行時被動態加載後才有效。

CYRUS_CONN_NONSYNCLITERAL (integer)

CYRUS_CONN_INITIALRESPONSE (integer)

CYRUS_CALLBACK_NUMBERED (integer)

CYRUS_CALLBACK_NOLITERAL (integer)

目錄
cyrus_authenticate -- Authenticate against a Cyrus IMAP server
cyrus_bind -- Bind callbacks to a Cyrus IMAP connection
cyrus_close -- Close connection to a Cyrus IMAP server
cyrus_connect -- Connect to a Cyrus IMAP server
cyrus_query -- Send a query to a Cyrus IMAP server
cyrus_unbind -- Unbind ...