| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
IntlCalendar::getTime(PHP 5.5.0, PHP 7, PECL >= 3.0.0a1) IntlCalendar::getTime — Get time currently represented by the object 説明オブジェクト指向型
public float IntlCalendar::getTime
( void
)
手続き型 Returns the time associated with this object, expressed as the number of milliseconds since the epoch. パラメータ
返り値A float representing the number of milliseconds elapsed since the reference time (1 Jan 1970 00:00:00 UTC). 例
例1 IntlCalendar::getTime()
<?php 上の例の出力は以下となります。 float(1367362800000) bool(true) |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「IntlCalendar::getTime - Get time currently represented by the object」をGoogle検索
|