PHP 8.3.4 Released!

gmmktime

(PHP 4, PHP 5, PHP 7, PHP 8)

gmmktimeRiceve l'UNIX timestamp per una data GMT

Descrizione

gmmktime(
    int $ora,
    int $minuto,
    int $secondo,
    int $mese,
    int $giorno,
    int $anno,
    int $is_dst = ?
): int

Identica alla funzione mktime() eccetto per il paramentro passato, che rappresenta una data GMT.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top