icap_list_events
(PHP4 >= 4.0RC1)
icap_list_events --- 傳回二個時間日期之間的事件列表
語法 :
array icap_list_events(int stream_id, int begin_date [, int end_date])說明 :
傳回介於二個時間日期之間的事件ID,此函式傳回的是陣列。
icap_list_events( )取記事錄的開始時間日期和結束時間日期,傳回這二個時間日期之間的事件ID,傳回的是陣列。
所有的日期時間由下列這些所構成 :
int year - 年
int month - 月
int mday - 月份的日期
int hour - 小時
int min - 分鐘
int sec - 秒數