cyrus_query

(PHP 4 >= 4.1.0, PECL cyrus 1.0)

cyrus_querySend a query to a Cyrus IMAP server

Opis

cyrus_query ( resource $connection , string $query ) : array

Sends a query to a Cyrus IMAP server.

Parametry

connection

The connection handle.

query

The query string.

Zwracane wartości

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

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top