Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17107 программистов и 1835 роботов. Сейчас ищут 1527 программистов ...
Calendar_Month::build
Вернуться к: Calendar
Calendar_Month::build
Calendar_Month::build() – Builds Day objects for this Month. Creates as many Calendar_Day objects
Synopsis
require_once 'Month.php';
boolean Calendar_Month::build ( array $sDates = array() )
as there are days in the month
Parameter
- array $sDates
-
(optional) Calendar_Day objects representing selected dates
Throws
throws no exceptions thrown
Note
This function can not be called statically.
Вернуться к: Calendar