DateTimeZone
在线手册:中文 英文
PHP手册

DateTimeZone::getName

timezone_name_get

(PHP 5 >= 5.2.0)

DateTimeZone::getName -- timezone_name_getReturns 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手册