in Deutsh
in French
in Polish

You Are At Area


recent searches:
include functions , variable functions , post functions...




If you are new to PHP or just need to refresh your skills, this is the place to start. This series of tutorials will give you the basic knowledge you will need to create a simple PHP website.

PHP is a reflective programming language originally designed for producing dynamic web pages.[1] PHP is used mainly in server-side scripting, but can be used from a command line interface or in standalone graphical applications. Textual User Interfaces can also be created using ncurses.

PHP Manual
PrevNext

LX. ICAP Functions [removed]

Introduction

Note: Icap was removed from PHP. Neither this module, nor those versions of icap library are supported any longer. If you want to use calendar capabilities in PHP, use mcal instead.

Requirements

The icap library has to be installed, which is not longer supported and available.

Installation

To get these functions to work, you have to compile PHP with --with-icap.

Runtime Configuration

This extension has no configuration directives defined in php.ini.

Resource Types

icap_open() returns an ICAP stream.

Predefined Constants

This extension has no constants defined.

Table of Contents
icap_close -- Close an ICAP stream
icap_create_calendar --  Create a new calendar
icap_delete_calendar --  Delete a calendar
icap_delete_event -- Delete an event from an ICAP calendar
icap_fetch_event -- Fetches an event from the calendar stream/
icap_list_alarms --  Return a list of events that has an alarm triggered at the given datetime
icap_list_events --  Return a list of events between two given datetimes
icap_open -- Opens up an ICAP connection
icap_rename_calendar --  Rename a calendar
icap_reopen --  Reopen ICAP stream to new calendar
icap_snooze -- Snooze an alarm
icap_store_event -- Store an event into an ICAP calendar

bes
super efektowne kasetony reklamowe najlepsza reklama dla Ciebie
Super norma expert Norma expert dla ciebie
wydruki duży format duży format lublin skanowanie dokumentacji duży A0
plakaty duży format plakaty lublin duży format plakatay A0,A1,A2,A

Another Useful functions:


ref.icap | function.icap-store-event | function.icap-snooze | function.icap-reopen | function.icap-rename-calendar | function.icap-open | function.icap-list-events | function.icap-list-alarms | function.icap-fetch-event | function.icap-delete-event | function.icap-delete-calendar | function.icap-create-calendar | function.icap-close |


PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. If you are new to PHP and want to get some idea of how it works, try the introductory tutorial. After that, check out the online manual, and the example archive sites and some of the other resources available in the links section.