previousServices_Weather_Common::calculateHumidity (Previous) (Next) Services_Weather_Common::convertDistancenext

View this page in Last updated: Sun, 21 Jun 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

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.

previousServices_Weather_Common::calculateHumidity (Previous) (Next) Services_Weather_Common::convertDistancenext

Download Documentation Last updated: Sun, 21 Jun 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.