| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
DateTime::getOffsetDateTimeImmutable::getOffsetDateTimeInterface::getOffsetdate_offset_get(PHP 5 >= 5.2.0, PHP 7) DateTime::getOffset -- DateTimeImmutable::getOffset -- DateTimeInterface::getOffset -- date_offset_get — タイムゾーンのオフセットを返す 説明オブジェクト指向型
public int DateTime::getOffset
( void
)
public int DateTimeImmutable::getOffset
( void
)
public int DateTimeInterface::getOffset
( void
)
手続き型 タイムゾーンのオフセットを返します。 パラメータ
返り値
成功した場合には UTC からのタイムゾーンオフセット秒数、
失敗した場合に 例例1 DateTime::getOffset() の例 オブジェクト指向型
<?php 手続き型
<?php 上の例の出力は以下となります。 -18000 -14400 Note: -18000 = -5 hours, -14400 = -4 hours. |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「DateTime::getOffset - タイムゾーンのオフセットを返す」をGoogle検索
|