array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'uk', ), 'this' => array ( 0 => 'datetimezone.getname.php', 1 => 'DateTimeZone::getName', 2 => 'Returns the name of the timezone', ), 'up' => array ( 0 => 'class.datetimezone.php', 1 => 'DateTimeZone', ), 'prev' => array ( 0 => 'datetimezone.getlocation.php', 1 => 'DateTimeZone::getLocation', ), 'next' => array ( 0 => 'datetimezone.getoffset.php', 1 => 'DateTimeZone::getOffset', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/datetime/datetimezone/getname.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

DateTimeZone::getName

timezone_name_get

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

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

Опис

Об'єктно-орієнтований стиль

public DateTimeZone::getName(): string

Процедурний стиль

Returns the name of the timezone.

Параметри

object

The DateTimeZone for which to get a name.

Значення, що повертаються

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.