Calendar::thisMinute()
Calendar::thisMinute() -- Returns the value for this minute
概要
require_once 'Calendar.php'; |
int Calendar::thisMinute ([string $format = 'int'])
パラメータ
- string
$format
'int', 'timestamp' , 'array' or 'object'
返り値
returns e.g. 24 or timestamp
例外・エラー
throws no exceptions thrown
注意
この関数は、スタティックにコールする
ことはできません。