Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18850 программистов и 1632 робота. Сейчас ищут 1782 программиста ...
Services_Weather_Common::convertPressure
Вернуться к: Services_Weather
Services_Weather_Common::convertPressure
Services_Weather_Common::convertPressure() – Convert pressure between in, hpa, mb, mm and atm
Synopsis
require_once '/Weather/Common.php';
float Services_Weather_Common::convertPressure ( float $pressure , string $from , string $to )
This package is not documented yet.
Parameter
- float $pressure
- string $from
- string $to
Throws
No exceptions thrown.
Note
This function can not be called statically.
Вернуться к: Services_Weather