Index PHPmyEasyWeather PHPmyEasyWeather Homepage

getTafType

getTafType -- return type of a partial TAF string

Description

Array getTafType (string $TAF);

getTafType will return the type and the general information about the structure of a partial TAF string returned by getTafParts. If you exploded a TAF (what you have to do in any case!) into its partial MAIN / PROB / TEMPO / BECMG (and american notation of FMXXXX) - groups then getTafType will give you the answer what kind the partial TAF code is.

getTafType returns an Array with 3 indexes: "type", "chance" and "init"


Previous Up Next