Services_Weather_Metar::searchLocationByCountry

Services_Weather_Metar::searchLocationByCountry() – 指定した国の ID と地名、あるいは値を指定しなかった場合はすべての国を返す

Synopsis

require_once '/Weather/Metar.php';

PEAR_Error|array Services_Weather_Metar::searchLocationByCountry ( string $country = "" )

Description

This package is not documented yet.

Parameter

string $country

Throws

throws PEAR_Error::SERVICES_WEATHER_ERROR_UNKNOWN_LOCATION

throws PEAR_Error::SERVICES_WEATHER_ERROR_DB_NOT_CONNECTED

throws PEAR_Error::SERVICES_WEATHER_ERROR_WRONG_SERVER_DATA

Note

This function can not be called statically.