| Index | PHPmyEasyWeather | PHPmyEasyWeather Homepage |
displayEasyWeather -- return decoded weather description in HTML
string displayEasyWeather (string $METAR, string $LANGUAGE);
displayEasyWeather is one of the very convenient "display" - functions which allow you to have weather information on your webpage easily. Once you got a METAR - code either from getMetarFromWWW or from anywhere else just use this function to encode METAR code to have weather info in clear language. Check the index.html of the PHPmyEasyWeather package to see how easy it works.
As first parameter it expects the METAR code, as second the language, it can be either "EN" or "DE" for english and german, other languages are not yet provided.
| Previous | Up | Next |