Services_Weather_Common::calculateWindChill()

Services_Weather_Common::calculateWindChill()  -- 温度と風速から (拡張公式を使用して) 体感温度を計算する

概要

require_once '/Weather/Common.php';

float Services_Weather_Common::calculateWindChill (float $temperature, float $speed)

説明

温度は華氏で、風速は mph (マイル/時) で指定しなければなりません!

パラメータ

float $temperature

float $speed

例外・エラー

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

参照

http://www.nws.noaa.gov/om/windchill/ も参照ください。

注意

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