Index PHPmyEasyWeather PHPmyEasyWeather Homepage

Home
Demo
FAQ
Download
> Documentation
Contact
      

getMetarDewpoint

getMetarDewpoint -- return dewpoint out of METAR Code

Description

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