Services_Weather_Common::convertSpeed()

Services_Weather_Common::convertSpeed()  -- mph、kmh、kt、mps および fps の速度を変換する

概要

require_once '/Weather/Common.php';

float Services_Weather_Common::convertSpeed (float $speed, string $from, string $to)

説明

このパッケージに関する文書は、未作成です。

パラメータ

float $speed

string $from

string $to

例外・エラー

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

注意

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