update : 2015.11.03
php.shukuma.com검색:
|
DateTime::getOffsetDateTimeImmutable::getOffsetDateTimeInterface::getOffsetdate_offset_get(PHP 5 >= 5.2.0, PHP 7) DateTime::getOffset -- DateTimeImmutable::getOffset -- DateTimeInterface::getOffset -- date_offset_get — Returns the timezone offset 설명객체 기반 형식
public int DateTime::getOffset
( void
)
public int DateTimeImmutable::getOffset
( void
)
public int DateTimeInterface::getOffset
( void
)
절차식 형식 Returns the timezone offset. 인수
반환값
Returns the timezone offset in seconds from UTC on success
실패 시 예제Example #1 DateTime::getOffset() example 객체 기반 형식
<?php 절차식 형식
<?php 위 예제들의 출력: -18000 -14400 Note: -18000 = -5 hours, -14400 = -4 hours. |