From 3ab9b409b6bfad15fe5603c2ef407faefa8b6c8f Mon Sep 17 00:00:00 2001 From: Richard Quadling Date: Mon, 24 Jan 2011 10:35:01 +0000 Subject: [PATCH] Updated example to show corrected procedural usage. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@307705 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/datetime/datetimezone/getlocation.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/reference/datetime/datetimezone/getlocation.xml b/reference/datetime/datetimezone/getlocation.xml index 601d4e245d..05262afd02 100644 --- a/reference/datetime/datetimezone/getlocation.xml +++ b/reference/datetime/datetimezone/getlocation.xml @@ -50,6 +50,7 @@ getLocation()); +print_r(timezone_location_get($tz)); ?> ]]> @@ -63,6 +64,13 @@ Array [longitude] => 14.43333 [comments] => ) +Array +( + [country_code] => CZ + [latitude] => 50.08333 + [longitude] => 14.43333 + [comments] => +) ]]>