芝麻web文件管理V1.00
编辑当前文件:/home/strato/chroot/opt/RZphp80/includes/test/Services_GeoNames/tests/test_countrycode.phpt
--TEST-- Test for Services_GeoNames::countryCode() method. --FILE-- countryCode(array( 'lat' => 47.03, 'lng' => 10.02 )); print_r($ret); } catch (Services_GeoNames_Exception $exc) { echo $exc->getMessage(); } ?> --EXPECTF-- stdClass Object ( [distance] => 0 [countryName] => Austria [countryCode] => AT )