(PHP 5 >= 5.5.0, PHP 7, PECL >= 3.0.0a1)
  
  
   Class synopsis
   
    
    
     
      IntlTimeZone
     
     {
    
    
     const
     integer
     DISPLAY_SHORT
      = 1
    ;
    
     const
     integer
     DISPLAY_LONG
      = 2
    ;
    
    
    
   public static getCanonicalID
    ( 
string $zoneId
   [, 
bool &$isSystemID
  ] ) : 
string 
   public getDisplayName
    ([ 
bool $isDaylight
   [, 
int $style
   [, 
string $locale
  ]]] ) : 
string 
   public getID
    ( 
void
   ) : 
string 
   public getOffset
    ( 
float $date
   , 
bool $local
   , 
int &$rawOffset
   , 
int &$dstOffset
   ) : 
int 
   public static getRegion
    ( 
string $zoneId
   ) : 
string 
   }
 
   
  
  
   Predefined Constants
   
    
     - IntlTimeZone::DISPLAY_SHORT
- 
      
     
- IntlTimeZone::DISPLAY_LONG
-