IntlTimeZone::getOffset
intltz_get_offset
(PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3.0.0a1)
IntlTimeZone::getOffset -- intltz_get_offset — Obtém o deslocamento UTC padrão e o deslocamento com horário de verão para um determinado timestamp Unix
Descrição
Estilo orientado a objetos (método):
public IntlTimeZone::getOffset(
float
bool
int
int
): bool
float
$timestamp
,bool
$local
,int
&$rawOffset
,int
&$dstOffset
): bool
Estilo procedural:
intltz_get_offset(
IntlTimeZone
float
bool
int
int
): bool
IntlTimeZone
$timezone
,float
$timestamp
,bool
$local
,int
&$rawOffset
,int
&$dstOffset
): bool
Warning
Esta função não está documentada; apenas a lista de argumentos está disponível.
Parâmetros
timestamp
-
local
-
rawOffset
-
dstOffset
-
Valor Retornado