PHP 7.0.6 Released

cyrus_bind

(PHP 4 >= 4.1.0, PECL cyrus 1.0)

cyrus_bindBind callbacks to a Cyrus IMAP connection

Description

bool cyrus_bind ( resource $connection , array $callbacks )

Binds callbacks to a Cyrus IMAP connection.

Parameters

connection

The connection handle.

callbacks

An array of callbacks.

Return Values

Returns TRUE on success or FALSE on failure.

User Contributed Notes

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