Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17160 программистов и 1835 роботов. Сейчас ищут 1564 программиста ...
Services_Weather_Globalweather::searchLocation
Вернуться к: Services_Weather
Services_Weather_Globalweather::searchLocation
Services_Weather_Globalweather::searchLocation() – Searches IDs for given location, returns array of possible locations or single ID
Synopsis
require_once '/Weather/Globalweather.php';
PEAR_Error|array|string Services_Weather_Globalweather::searchLocation ( string $location , bool $useFirst = false )
This package is not documented yet.
Parameter
- string $location
- boolean $useFirst
-
If set, first ID of result-array is returned
Throws
throws PEAR_Error::SERVICES_WEATHER_ERROR_WRONG_SERVER_DATA
throws PEAR_Error::SERVICES_WEATHER_ERROR_UNKNOWN_LOCATION
Note
This function can not be called statically.
Вернуться к: Services_Weather