cyrus_bind

(PHP 4 >= 4.1.0, PECL cyrus 1.0)

cyrus_bindBind callbacks to a Cyrus IMAP connection

Opis

cyrus_bind ( resource $connection , array $callbacks ) : bool

Binds callbacks to a Cyrus IMAP connection.

Parametry

connection

The connection handle.

callbacks

An array of callbacks.

Zwracane wartości

Zwraca TRUE w przypadku powodzenia, FALSE w przypadku błędu.

add a note add a note

User Contributed Notes

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