Services_Weather_Weatherdotcom::searchLocation()

Services_Weather_Weatherdotcom::searchLocation()  --  Searches IDs for given location, returns array of possible locations or single ID

Synopsis

require_once '/Weather/Weatherdotcom.php';

PEAR_Error|array|string Services_Weather_Weatherdotcom::searchLocation (string $location, bool [$useFirst = FALSE])

Beschreibung

Dieses Package ist noch nicht dokumentiert.

Parameter

string $location

boolean $useFirst

If set, first ID of result-array is returned

Fehler-Meldungen

throws PEAR_Error::SERVICES_WEATHER_ERROR_WRONG_SERVER_DATA

throws PEAR_Error::SERVICES_WEATHER_ERROR_UNKNOWN_LOCATION

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.