芝麻web文件管理V1.00
编辑当前文件:/home/strato/chroot/opt/RZphp80/includes/test/Services_GeoNames/tests/test_neighbourhood.phpt
--TEST-- Test for Services_GeoNames::neighbourhood() method. --FILE-- neighbourhood(array( 'lat' => 40.78343, 'lng' => -73.96625, 'style' => 'full' )); print_r($ret); } catch (Services_GeoNames_Exception $exc) { echo $exc->getMessage(); } ?> --EXPECTF-- stdClass Object ( [adminName2] => New York County [adminCode2] => 061 [adminCode1] => NY [countryName] => United States [name] => Central Park [countryCode] => US [city] => New York City-Manhattan [adminName1] => New York )