| Index | PHPmyEasyWeather | PHPmyEasyWeather Homepage |
getSkygetSky -- return sky conditions out of METAR or TAF Code Descriptionstring getSky (string $METAR_TAF, string $LANGUAGE); getSky returns a string as a clear sentence indicating the sky conditions irrespectively the height of the different cloudbases - well if you are not employed to approach a 747 the returned information will be sufficient. If you need more detailed information use getClouds. As first parameter it expects the METAR or TAF 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 |