associative array containing the holidays occuring in the given year they key is a date stamp of the form Y-m-d, the value is the name of the corresponding holiday
access:
public
Parameters:
$pYear
$pYear
the year in question
$pCountryCode
$pCountryCode
-- the country in question - only US is supported currently
Low-level function that returns the getdate() array. We have a special $fast flag, which if set to true, will return fewer array values, and is much faster as it does not calculate dow, etc.
Parameters:
int
$origd
Date to be converted in Unix epochs
boolean
$fast
Return short format array ( less weekday and month )