Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17215 программистов и 1835 роботов. Сейчас ищут 1588 программистов ...
Services_Weather_Metar::searchLocationByCountry
Вернуться к: Services_Weather
Services_Weather_Metar::searchLocationByCountry
Services_Weather_Metar::searchLocationByCountry() – Returns IDs with location-name for a given country or all available countries, if no value was given
Synopsis
require_once '/Weather/Metar.php';
PEAR_Error|array Services_Weather_Metar::searchLocationByCountry ( string $country = "" )
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.
Вернуться к: Services_Weather