QVCI Library 3.1
 All Classes Namespaces Functions Variables
Public Member Functions | List of all members
recurring_dates Class Reference

Public Member Functions

 get ($repeat_rule, $start_t, $from_t=null, $stop_t=null)
 

Member Function Documentation

recurring_dates::get (   $repeat_rule,
  $start_t,
  $from_t = null,
  $stop_t = null 
)

Get a list of recurring dates, according to the repeat rule, up to the given stop date.

Parameters
string$repeat_rule
int$start_t- start date (unix timestamp)
int$from_t- from date (unix timestamp) default is start_t
int$stop_t- stop date (unix timestamp) default is today
Returns
array - list of dates (unix timestamps)

The documentation for this class was generated from the following file: