PHP Velho Oeste 2024

cyrus_bind

(PHP 4 >= 4.1.0, PECL cyrus 1.0)

cyrus_bindBind callbacks to a Cyrus IMAP connection

Description

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

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.

add a note add a note

User Contributed Notes

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