Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17140 программистов и 1838 роботов. Сейчас ищут 1510 программистов ...
constructor Calendar_Month::Calendar_Month
Вернуться к: Calendar
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
Note
This function can not be called statically.
Вернуться к: Calendar