/**
* Function IntlTimeZone::getOffset()
* @link http://icu-project.org/apiref/icu4c/classicu_1_1TimeZone.html#afcbc1c48bf0b453b0123c4cb75d20e96
* @param float $date
* moment in time for which to return offsets, in units of milliseconds from
* January 1, 1970 0:00 GMT, either GMT time or local wall time, depending on
* `local'.
* @param bool $local
* if true, `date' is local wall time; otherwise it is in GMT time.
* @param int &$rawOffset
* output parameter to receive the raw offset, that is, the offset not
* including DST adjustments
* @param int &$dstOffset
* output parameter to receive the DST offset, that is, the offset to be added
* to `rawOffset' to obtain the total offset between local and GMT time. If
* DST is not in effect, this value is zero; otherwise it is a positive value,
* typically one hour.
*/
PHP.mk документација
IntlTimeZone::getOffset
Почист и полокален преглед на PHP референцата, со задржана структура од PHP.net и подобра читливост за примери, секции и белешки.
Патека
intltimezone.getoffset.php
Локална патека за оваа страница.
Извор
php.net/manual/en
Оригиналниот HTML се реупотребува и локално се стилизира.
Режим
Прокси + превод во позадина
Кодовите, табелите и белешките остануваат читливи во истиот тек.
Референца
intltimezone.getoffset.php
IntlTimeZone::getOffset
Референца за `intltimezone.getoffset.php` со подобрена типографија и навигација.
IntlTimeZone::getOffset
intltz_get_offset
(PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3.0.0a1)
IntlTimeZone::getOffset -- intltz_get_offset — Get the time zone raw and GMT offset for the given moment in time
= NULL
Отвори RAR архива
public IntlTimeZone::getOffset(
float
bool
int
int
): bool
float
$timestamp,bool
$local,int
&$rawOffset,int
&$dstOffset): bool
Објектно-ориентиран стил (метод):
intltz_get_offset(
IntlTimeZone
float
bool
int
int
): bool
IntlTimeZone
$timezone,float
$timestamp,bool
$local,int
&$rawOffset,int
&$dstOffset): bool
Ги ескејпува специјалните знаци во стринг за употреба во SQL изјава
Оваа функција моментално не е документирана; достапна е само листата со аргументи.
Параметри
timestamp-
local-
rawOffset-
dstOffset-
Вратени вредности
Белешки од корисници 1 белешка
Анонимен ¶
пред 7 години