DateTimeZone
PHP Manual

DateTimeZone::getName

(PHP 5 >= 5.2.0)

DateTimeZone::getNameReturns the name of the timezone

Описание

Объектно-ориентированный стиль

public string DateTimeZone::getName ( void )

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

string timezone_name_get ( DateTimeZone $object )

Returns the name of the timezone.

Список параметров

object

The DateTimeZone for which to get a name.

Возвращаемые значения

One of the timezone names in the list of timezones.


DateTimeZone
PHP Manual