I18Nv2_Locale::time()
I18Nv2_Locale::time()
-- Get local time
概要
require_once 'I18Nv2/Locale.php'; |
string I18Nv2_Locale::time ([int $timestamp = NULL])
説明
Get the local textual representation of a time as returned by strftime('%x')..
パラメータ
- integer
$timestamp timestamp which should be formatted
返り値
Returns string formatted time.
注意
この関数は、スタティックにコールする
ことはできません。