Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17193 программиста и 1838 роботов. Сейчас ищут 1546 программистов ...
Services_Weather_Common::calculateWindChill
Вернуться к: Services_Weather
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 )
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.
Вернуться к: Services_Weather