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)

Description

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.