downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net 
search for in the  

<Date/Time FunctionsCommand Line Specific Extensions>
Last updated: Thu, 26 Jun 2008

timezone_transitions_get

(PHP 5 >= 5.2.0)

timezone_transitions_get — Returns all transitions for the timezone

Description

array timezone_transitions_get ( DateTimeZone $object )
array DateTimeZone::getTransitions ( void )

Parameters

object

DateTimeZone object.

Return Values

Returns numerically indexed array containing associative array with all transitions on success or FALSE on failure.

Examples

Example #1 A timezone_transitions_get() example

<?php
$timezone
= new DateTimeZone("CET");
print_r(reset($timezone->getTransitions()));
?>

The above example will output something similar to:

Array
(
    [ts] => -1693706400
    [time] => 1916-04-30T22:00:00+0000
    [offset] => 7200
    [isdst] => 1
    [abbr] => CEST
)



add a noteadd a note User Contributed Notes
Returns all transitions for the timezone
There are no user contributed notes for this page.




<Date/Time FunctionsCommand Line Specific Extensions>
Last updated: Thu, 26 Jun 2008
show source | credits | sitemap | contact | advertising | mirror sites
Copyright © 2001-2005 The PHP Group
All rights reserved.
This unofficial mirror is operated at: http://phpbuilder.com/
Last updated: Tue Nov 1 20:20:59 2005 EST
Columns / Articles | Tips / Quickies | News | News Linking and RSS Feeds | Shared Code Library
Mail Archives | Support / Discussion Forums | Get Started! Links | Contribute! | Docs