Internationalization IntlTimeZone::getOffset

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

반환 값