PHP Doku:: Returns the name of the timezone - datetimezone.getname.html

Verlauf / Chronik / History: (3) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzDatums- und zeitrelevante ErweiterungenDatum und UhrzeitThe DateTimeZone classDateTimeZone::getName

Ein Service von Reinhard Neidl - Webprogrammierung.

The DateTimeZone class

<<DateTimeZone::getLocation

DateTimeZone::getOffset>>

DateTimeZone::getName

(PHP 5 >= 5.2.0)

DateTimeZone::getNameReturns the name of the timezone

Beschreibung

Objektorientierter Stil

public string DateTimeZone::getName ( void )

Prozeduraler Stil

string timezone_name_get ( DateTimeZone $object )

Returns the name of the timezone.

Parameter-Liste

object

The DateTimeZone for which to get a name.

Rückgabewerte

One of the timezone names in the list of timezones.


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)