icap_list_alarms --
Return a list of events that has an alarm triggered at the given
datetime
Syntax
int icap_list_alarms ( int stream_id, array date, array time )
Returns an array of event ID's that has an alarm going off at the
given datetime.
icap_list_alarms() function takes in a
datetime for a calendar stream. An array of event id's that has
an alarm should be going off at the datetime are returned.
All datetime entries consist of an object that contains:
int year - year
int month - month
int mday - day of month
int hour - hour
int min - minutes
int sec - seconds
Php icap list alarms Function syntax tag
icap list alarms php code on this is provided for your study purpose, it will guide you to know how create and design a website using php. use it to practice and train your self online
Php icap list alarms syntax tutorial
php tutorial guide and code design are for easy learning and programming. The code practice section provided at the top is for practising of this syntax. Use the code section up to practice your php programming online. Learning php is very easy, all you need is to use the examples on this site and practice them to perfect your skills.