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.
Замечание
This function can not be called statically.