Cyrus 函数
php 手册 | 脚本学堂 | 脚本编程 | 网站编程 | 系统管理 | 服务器配置 | 数据库管理 | Php教程 | python教程 | 正则表达式 | 批处理脚本 | Centos教程 | Linux基础教程

cyrus_query

(PHP 4 >= 4.1.0, PECL cyrus 1.0)

cyrus_querySend a query to a Cyrus IMAP server

说明

array cyrus_query ( resource $connection , string $query )

Sends a query to a Cyrus IMAP server.

参数

connection

The connection handle.

query

The query string.

返回值

Returns an associative array with the following keys: text, msgno, and keyword.


Cyrus 函数
php 手册 | 脚本学堂 | 脚本编程 | 网站编程 | 系统管理 | 服务器配置 | 数据库管理 | Php教程 | python教程 | 正则表达式 | 批处理脚本 | Centos教程 | Linux基础教程