Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17193 программиста и 1838 роботов. Сейчас ищут 1546 программистов ...
Services_Weather_Metar::setMetarSource
Вернуться к: Services_Weather
Services_Weather_Metar::setMetarSource
Services_Weather_Metar::setMetarSource() – Sets the source, where the class tries to locate the METAR data
Synopsis
require_once '/Weather/Metar.php';
void Services_Weather_Metar::setMetarSource ( string $source , string $sourcePath = "" )
Source can be http, ftp or file. An alternate sourcepath can be provided.
Parameter
- string $source
- string $sourcePath
Throws
No exceptions thrown.
Note
This function can not be called statically.
Вернуться к: Services_Weather