Index PHPmyEasyWeather PHPmyEasyWeather Homepage

Home
Demo
FAQ
Download
> Documentation
Contact
      

getMetarParts

getMetarParts -- return exploded METAR string

Description

Array getMetarParts (string $METAR);

getMetarParts is the equivalent function to getTafParts for the use with METAR strings. Separators are: BECMG, TEMPO or NOSIG, each of them will start a new group. To have this is a good supposal to continue with getMetarType.

      

Previous Up Next