icap_fetch_event
(PHP4 >= 4.0b4)
icap_fetch_event --- 从记事录获得事件
语法 :
int icap_fetch_event
(int stream_id, int event_id [, int options])说明 :
icap_fetch_event( )从参数 event_id指定的记事录(calendar)传回一个事件。
传回的事件物件由下列这些所构成 :
int id - 事件的ID
int public - 如果事件是公众的,则传回TRUE,如果是私人的,则传回FALSE
string category - 事件的种类
string title - 事件的标题
string description - 事件的描述
int alarm - 事件送出警告/提醒之前的分钟数目
object start - 一个包含日期时间的物件
object end - 一个包含日期时间的物件
所有的日期时间由下列这些所构成 :
int year - 年
int month - 月
int mday - 月份的日期
int hour - 小时
int min - 分钟
int sec - 秒数