constructor Calendar_Month::Calendar_Month
constructor Calendar_Month::Calendar_Month() – Constructs Calendar_Month
Synopsis
require_once 'Month.php';
void constructor Calendar_Month::Calendar_Month (
int $y
, int $m
, int $firstDay
= null
)
Описание
This package is not documented yet.
Parameter
-
integer
$y
-
year e.g. 2003
-
integer
$m
-
month e.g. 5
-
integer
$firstDay
-
(optional) unused in this class
Throws
throws no exceptions thrown
Замечание
This function can not be called statically.