cyrus_query

(PHP 4 >= 4.1.0, PECL cyrus 1.0)
Send a query to a Cyrus IMAP server
array cyrus_query ( resource $connection, string $query )

Sends a query to a Cyrus IMAP server.

Parameters:
connection

The connection handle.

query

The query string.

Returns:

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

doc_php
2016-02-24 16:01:57
Comments
Leave a Comment

Please login to continue.