Services_Weather_Metar::setMetarSource

Services_Weather_Metar::setMetarSource() – ソースを設定する。このクラスは、ここから METAR データの取得を試みる

Synopsis

require_once '/Weather/Metar.php';

void Services_Weather_Metar::setMetarSource ( string $source , string $sourcePath = "" )

Description

ソースには http、ftp あるいは file が指定できます。 別の sourcepath を渡すこともできます。

Parameter

string $source

string $sourcePath

Throws

No exceptions thrown.

Note

This function can not be called statically.