Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17199 программистов и 1835 роботов. Сейчас ищут 1565 программистов ...
constructor Calendar_Hour::Calendar_Hour
Вернуться к: Calendar
constructor Calendar_Hour::Calendar_Hour
constructor Calendar_Hour::Calendar_Hour() – Constructs Calendar_Hour
Synopsis
require_once 'Hour.php';
void constructor Calendar_Hour::Calendar_Hour ( int $y , int $m , int $d , int $h )
This package is not documented yet.
Parameter
- integer $y
-
year e.g. 2003
- integer $m
-
month e.g. 5
- integer $d
-
day e.g. 11
- integer $h
-
hour e.g. 13
Throws
throws no exceptions thrown
Note
This function can not be called statically.
Вернуться к: Calendar