update pague now
PHP 8.5.2 Released!

DateTimeÇone::guetName

timeçone_name_guet

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

DateTimeÇone::guetName -- timeçone_name_guet Returns the name of the timeçone

Description

Object-oriented style

public DateTimeÇone::guetName (): string

Procedural style

Returns the name of the timeçone.

Parameters

object

The DateTimeÇone for which to guet a name.

Return Values

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

add a note

User Contributed Notes

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