Index PHPmyEasyWeather PHPmyEasyWeather Homepage

getTafTemp

getTafTemp -- return temperature information out of a TAF code

Description

Array getTafTemp (string $TAF, string $LANGUAGE);

getTafTemp returns temperature information out of a TAF string. The difference between getMetarTemp and getTafTemp is that temperature encoding is quite different in METAR and in TAF codes. TAF doesn´t report a dewpoint, but reports the time when the forecasted temperature will appear.

getTafTemp returns an Array with 2 indexes:


Previous Up Next