Index PHPmyEasyWeather PHPmyEasyWeather Homepage

Home
Demo
FAQ
Download
> Documentation
Contact
      

getICAO

getICAO -- return ICAO code out of given METAR or TAF code

Description

string getICAO (string $METAR_TAF);

getICAO returns the 4-letter ICAO code out of a METAR or TAF code if reported. If not reported (what normally not will happen) it returns false.

      

Previous Up Next