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

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

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 )

Description

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

Parameter

float $temperature

float $speed

Throws

No exceptions thrown.

Note

This function can not be called statically.

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

Download Documentation Last updated: Sun, 18 Oct 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.