Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 17131 программист и 1835 роботов. Сейчас ищут 1544 программиста ...
Services_Weather_Common::convertSpeed
Вернуться к: Services_Weather
Services_Weather_Common::convertSpeed
Services_Weather_Common::convertSpeed() – Convert speed between mph, kmh, kt, mps and fps
Synopsis
require_once '/Weather/Common.php';
float Services_Weather_Common::convertSpeed ( float $speed , string $from , string $to )
This package is not documented yet.
Parameter
- float $speed
- string $from
- string $to
Throws
No exceptions thrown.
Note
This function can not be called statically.
Вернуться к: Services_Weather