Services_Weather_Common::calculateWindChill()

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

Referentiesamenvatting

require_once '/Weather/Common.php';

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

Beschrijving

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

Parameter

float $temperature

float $speed

Throws

No exceptions thrown.

Zie

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

Note

Deze functie kan niet statisch worden aangeroepen.