CakeFest 2024: The Official CakePHP Conference

DateTimeZone::getName

timezone_name_get

(PHP 5 >= 5.2.0, PHP 7, PHP 8)

DateTimeZone::getName -- timezone_name_getReturns the name of the timezone

Descrizione

Stile orientato agli oggetti

public DateTimeZone::getName(): string

Stile procedurale

Returns the name of the timezone.

Elenco dei parametri

object

The DateTimeZone for which to get a name.

Valori restituiti

Depending on zone type, UTC offset (type 1), timezone abbreviation (type 2), and timezone identifiers as published in the IANA timezone database (type 3), the descriptor string to create a new DateTimeZone object with the same offset and/or rules. For example 02:00, CEST, or one of the timezone names in the list of timezones.

add a note

User Contributed Notes

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