Calendar::getTimestamp

Calendar::getTimestamp() – 現在の日付/時刻の値からタイムスタンプを返す

Synopsis

require_once 'Calendar.php';

int Calendar::getTimestamp ( )

Description

タイムスタンプの書式は、使用する Calendar_Engine の実装に依存します。

Return value

タイムスタンプを返します。

Throws

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

Note

This function can not be called statically.