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

Ce module n'est actuellement pas documenté.

Paramètres

chaîne de caractères $country

Valeurs renvoyées

Un objet PEAR_Error::SERVICES_WEATHER_ERROR_WRONG_SERVER_DATA est lancé

Un objet PEAR_Error::SERVICES_WEATHER_ERROR_UNKNOWN_LOCATION est lancé

Note

Cette fonction ne peut pas être appelée de façon statique.