I18Nv2_Locale::formatTime

I18Nv2_Locale::formatTime() – 時刻をフォーマットする

Synopsis

require_once 'I18Nv2/Locale.php';

string I18Nv2_Locale::formatTime ( int $timestamp = = null )

Description

現在のロケールにあわせて、時刻をフォーマットします。

Parameter

integer $timestamp

フォーマットするタイムスタンプ。

Return value

フォーマット済みの時刻を文字列で返します。

Note

This function can not be called statically.