}
/* }}} */
-/* {{{ proto int icap_fetch_event(int stream_id,int eventid, [int options])
+/* {{{ proto int icap_fetch_event(int stream_id, int eventid [, int options])
Fetch an event */
PHP_FUNCTION(icap_fetch_event)
{
}
/* }}} */
-/* {{{ proto array icap_list_events(int stream_id,int begindate, [int enddate])
+/* {{{ proto array icap_list_events(int stream_id, int begindate [, int enddate])
Returns list of UIDs for that day or range of days */
PHP_FUNCTION(icap_list_events)
{
/* {{{ proto string icap_delete_calendar(int stream_id, string calendar)
- Delete calendar*/
+ Delete calendar */
PHP_FUNCTION(icap_delete_calendar)
{
pval *streamind, *calendar;