XIV. Cyrus IMAP administration Functions

Uvod

Pozor

Ta funkcija še nima spisane dokumentacije; na voljo je samo seznam argumentov.

Opomba: This extension is not available on Windows platforms.

Namestitev

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

Predefinirane konstante

Te konstante definira ta razširitev in so tako na voljo samo kadar je razširitev prevedena skupaj s PHPjem ali kadar je dinamišno naložena med izvajanjem.

CYRUS_CONN_NONSYNCLITERAL (integer)

CYRUS_CONN_INITIALRESPONSE (integer)

CYRUS_CALLBACK_NUMBERED (integer)

CYRUS_CALLBACK_NOLITERAL (integer)

Kazalo
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 ...