Services_Weather_Globalweather::searchLocationByCountry

Services_Weather_Globalweather::searchLocationByCountry() – Retourne un ID avec un nom d'endroit pour un pays donné ou tous les pays disponibles si aucune valeur n'est fournie

Synopsis

require_once '/Weather/Globalweather.php';

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

Description

This package is not documented yet.

Parameter

string $country

Throws

Un objet PEAR_Error::SERVICES_WEATHER_ERROR_WRONG_SERVER_DATA est lancé

Un objet PEAR_Error::SERVICES_WEATHER_ERROR_UNKNOWN_LOCATION est lancé

Note

This function can not be called statically.