Services_Weather_Common::convertTemperature
Services_Weather_Common::convertTemperature() – Convert temperature between f and c
Synopsis
require_once '/Weather/Common.php';
float
Services_Weather_Common::convertTemperature
(
float
$temperature
,
string
$from
,
string
$to
)
Описание
This package is not documented yet.
Parameter
-
float
$temperature
-
string
$from
-
string
$to
Throws
No exceptions thrown.
Замечание
This function can not be called statically.