constructor Calendar::Calendar

constructor Calendar::Calendar() – Calendar を作成する

Synopsis

require_once 'Calendar.php';

void constructor Calendar::Calendar ( int $y = 2000 , int $m = 1 , int $d = 1 , int $h = 0 , int $i = 0 , int $s = 0 )

Description

This package is not documented yet.

Parameter

integer $y

年。

integer $m

月。

integer $d

日。

integer $h

時。

integer $i

分。

integer $s

秒。

Throws

例外はスローされません。

Note

This function can not be called statically.