XXI. Cyrus IMAP administration Functions
简介
警告
本函数暂无文档,仅有参数列表。
注意: 本扩展模块在 Windows 平台下不可用。
注意: 本扩展已被移动到 » PECL 库中且自以下版本起不再被绑定到 PHP 中:5.0.0.
安装
To enable Cyrus IMAP support and to use these functions you have to compile PHP with the --with-cyrus option.
资源类型
This extension defines a Cyrus IMAP connection identifier returned by cyrus_connect().
预定义常量
以下常量由本扩展模块定义,因此只有在本扩展模块被编译到 PHP 中,或者在运行时被动态加载后才有效。
目录
- 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 ...
add a note
User Contributed NotesCyrus IMAP administration Functions
There are no user contributed notes for this page.

cybermut_testmac