require_once 'I18Nv2/Locale.php';
mixed I18Nv2_Locale::monthName (int $month [, bool $short = FALSE])
mixed I18Nv2_Locale::monthName
Get the local textual representation of a month.
numerical representation of month (0 = January, 1 = February, ...)
whether to return the abbreviation
Returns string name of month on success or PEAR_Error on failure.
This function can not be called statically.