IntlTimeZone::getOffset

intltz_get_offset

(PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3.0.0a1)

IntlTimeZone::getOffset -- intltz_get_offset指定した時刻の、GMT へのオフセットを取得する

説明

オブジェクト指向型 (method):

public IntlTimeZone::getOffset(
    float $timestamp,
    bool $local,
    int &$rawOffset,
    int &$dstOffset
): bool

手続き型:

intltz_get_offset(
    IntlTimeZone $timezone,
    float $timestamp,
    bool $local,
    int &$rawOffset,
    int &$dstOffset
): bool

警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

パラメータ

timestamp

local

rawOffset

dstOffset

戻り値

関連キーワード:  時刻, オフセット, 取得, IntlTimeZone, 指定, int, dstOffset, rawOffset, local, timestamp