芝麻web文件管理V1.00
编辑当前文件:/home/strato/chroot/opt/RZphp80/includes/test/Services_GeoNames/tests/test_timezone.phpt
--TEST-- Test for Services_GeoNames::timezone() method. --FILE-- timezone(array( 'lat' => 47.01, 'lng' => 10.2 )); print_r($ret); } catch (Services_GeoNames_Exception $exc) { echo $exc->getMessage(); } ?> --EXPECTF-- stdClass Object ( [time] => %s [countryName] => Austria [rawOffset] => 1 [dstOffset] => 2 [countryCode] => AT [gmtOffset] => 1 [lng] => %s [timezoneId] => Europe/Vienna [lat] => %s )