| Index | PHPmyEasyWeather | PHPmyEasyWeather Homepage |
getMetarDewpoint -- return dewpoint out of METAR Code
int getMetarDewpoint (string $METAR);
getMetarDewpoint returns the dewpoint measured in degrees centigrade out of a METAR code if available. If $METAR doesn´t contain temperature information or METAR code syntax is wrong getMetarDewpoint will return false.
| Previous | Up | Next |