Forum und email

Cyrus IMAP administration Functions

소개

Note: 이 확장 모듈은 윈도우 플랫폼에서는 사용할 수 없습니다.

Note: This extension has been moved to the » PECL repository and is no longer bundled with PHP as of PHP 5.0.0.

설치

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

Warning

IMAP, recode, YAZ, Cyrus 확장은 같은 내부 심볼을 공유하기 때문에, 동시에 사용할 수 없습니다.

자원형

This extension defines a Cyrus IMAP connection identifier returned by cyrus_connect().

예약 상수

이 확장은 다음의 상수들을 정의합니다. 이 확장을 PHP에 내장했거나, 실행시에 동적으로 읽어들일 경우에만 사용할 수 있습니다.

CYRUS_CONN_NONSYNCLITERAL (integer)
CYRUS_CONN_INITIALRESPONSE (integer)
CYRUS_CALLBACK_NUMBERED (integer)
CYRUS_CALLBACK_NOLITERAL (integer)

Table of Contents