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

<timezone_abbreviations_listtimezone_name_from_abbr>
Last updated: Thu, 26 Jun 2008

timezone_identifiers_list

(PHP 5 >= 5.1.0)

timezone_identifiers_list — Returns numerically index array with all timezone identifiers

Description

array timezone_identifiers_list ( void )
array DateTimeZone::listIdentifiers ( void )

Return Values

Returns array on success or FALSE on failure.

Examples

Example #1 A timezone_identifiers_list() example

<?php
$timezone_identifiers
= DateTimeZone::listIdentifiers();
for (
$i=0; $i < 5; $i++) {
   echo
"$timezone_identifiers[$i]\n";
}
?>

The above example will output something similar to:

Africa/Abidjan
Africa/Accra
Africa/Addis_Ababa
Africa/Algiers
Africa/Asmera



add a noteadd a note User Contributed Notes
Returns numerically index array with all timezone identifiers
There are no user contributed notes for this page.




<timezone_abbreviations_listtimezone_name_from_abbr>
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