Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17172 программиста и 1835 роботов. Сейчас ищут 1543 программиста ...
Calendar_Day::build
Вернуться к: Calendar
Calendar_Day::build
Calendar_Day::build() – Builds the Hours of the Day
Synopsis
require_once 'Day.php';
boolean Calendar_Day::build ( array $sDates = array() )
This package is not documented yet.
Parameter
- array $sDates
-
(optional) Calendar_Hour objects representing selected dates
Throws
throws no exceptions thrown
Note
This function can not be called statically.
Вернуться к: Calendar