constructor Calendar_Second::Calendar_Second

constructor Calendar_Second::Calendar_Second() – Second を作成する

Synopsis

require_once 'Second.php';

void constructor Calendar_Second::Calendar_Second ( int $y , int $m , int $d , int $h , int $i , int $s )

Description

This package is not documented yet.

Parameter

integer $y

年。例: 2003

integer $m

月。例: 5

integer $d

日。例: 11

integer $h

時間。例: 13

integer $i

分。例: 31

integer $s

秒。例: 45

Throws

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

Note

This function can not be called statically.