XIV. Cyrus IMAP administration Functions

소개

주의

이 함수는 현재 문서화 되어있지 않습니다; 인자 목록만을 제공합니다.

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

설치

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

상수 정의

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

CYRUS_CONN_NONSYNCLITERAL (integer)

CYRUS_CONN_INITIALRESPONSE (integer)

CYRUS_CALLBACK_NUMBERED (integer)

CYRUS_CALLBACK_NOLITERAL (integer)

차례
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 ...