Services_Weather_Common::calculateWindChill()

Services_Weather_Common::calculateWindChill()  -- Calculate windchill from temperature and windspeed (enhanced formula)

Synopsis

require_once '/Weather/Common.php';

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

Beschreibung

Temperature has to be entered in deg F, speed in mph!

Parameter

float $temperature

float $speed

Fehler-Meldungen

Es werden keine Exceptions ausgelöst.

Siehe auch

see http://www.nws.noaa.gov/om/windchill/

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.