Services_Weather_Common::calculateWindChill

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

Synopsis

require_once '/Weather/Common.php';

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

Description

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

Parameter

float $temperature

float $speed

Throws

No exceptions thrown.

See

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

Note

This function can not be called statically.