芝麻web文件管理V1.00
编辑当前文件:/home/strato/chroot/opt/RZphp80/includes/test/Services_GeoNames/tests/test_findnearestaddress.phpt
--TEST-- Test for Services_GeoNames::findNearestAddress() method. --FILE-- findNearestAddress(array( 'lat' => 37.451, 'lng' => -122.18, 'style' => 'full', )); print_r($ret); } catch (Services_GeoNames_Exception $exc) { echo $exc->getMessage(); } ?> --EXPECTF-- stdClass Object ( [adminName2] => San Mateo [adminCode2] => 081 [postalcode] => 94025 [adminCode1] => CA [distance] => 0.06 [street] => Roble Ave [countryCode] => US [lng] => %s [streetNumber] => 675 [placename] => Menlo Park [lat] => %s [adminName1] => California )