| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
IntlCalendar::toDateTime(PHP 5.5.0, PHP 7, PECL >= 3.0.0a2) IntlCalendar::toDateTime — Convert an IntlCalendar into a DateTime object 説明オブジェクト指向型 手続き型 Create a DateTime object that represents the same instant (up to second precision, with a rounding error of less than 1 second) and has an analog timezone to this object (the difference being DateTime?s timezone will be backed by PHP?s timezone while IntlCalendar?s timezone is backed by ICU?s). パラメータ
返り値
A DateTime object with the same timezone as this
object (though using PHP?s database instead of ICU?s) and the same time,
except for the smaller precision (second precision instead of millisecond).
Returns 例
例1 IntlCalendar::toDateTime()
<?php 上の例の出力は以下となります。 DateTime Object ( [date] => 2013-07-02 00:29:13 [timezone_type] => 3 [timezone] => Europe/Lisbon ) 参考
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「IntlCalendar::toDateTime - Convert an IntlCalendar into a DateTime object」をGoogle検索
|