Services_Weather_Metar::setMetarSource()

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

概要

require_once '/Weather/Metar.php';

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

説明

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

パラメータ

string $source

string $sourcePath

例外・エラー

例外はスローされません。

注意

この関数は、スタティックにコールする ことはできません。