PHP Manual: icap_open


Enter the keyword for better results

icap_open

(PHP 4 <= 4.2.3)

icap_open -- Opens up an ICAP connection

Description

resource icap_open ( string calendar, string username, string password, string options )

icap_open() opens up an ICAP connection to the specified calendar store.

Parameters

calendar

username

The user name.

password

Password associated to username.

options

If the optional options is specified, passes the options to that mailbox also.

Return Values

Returns an ICAP stream on success, FALSE on error.