芝麻web文件管理V1.00
编辑当前文件:/home/strato/chroot/opt/RZphp80/includes/test/Services_GeoNames/tests/test_gtopo30.phpt
--TEST-- Test for Services_GeoNames::gtopo30() method. --FILE-- gtopo30(array( 'lat' => 47.01, 'lng' => 10.2 )); print_r($ret); } catch (Services_GeoNames_Exception $exc) { echo $exc->getMessage(); } ?> --EXPECTF-- stdClass Object ( [gtopo30] => 2632 [lng] => %s [lat] => %s )