timezone_offset_get(PHP 5 >= 5.1.0) timezone_offset_get — Returns the timezone offset from GMT Описание
int timezone_offset_get
( DateTimeZone $object
, DateTime $datetime
)
int DateTimeZone::getOffset
( DateTime $datetime
)
This function returns the offset to GMT for the date/time specified in the datetime parameter. The GMT offset is calculated with the timezone information contained in the DateTime object being used. Список параметров
Возвращаемые значенияReturns time zone offset in seconds on success or FALSE on failure. Примеры
Пример #1 timezone_offset_get() examples
<?php |
|
|
| © 2009 Тест скорости интернета | Boont.Ru |