| Index | PHPmyEasyWeather | PHPmyEasyWeather Homepage |
getStationsgetStations -- return an array containing airports for given country DescriptionArray getStations (string $countryindex); getStations returns an array containing all ICAO codes and airports (seperated by ";") listed in the icao_db directory for the given country determined by the 2-letter country index ($countryindex) . Example: <? will return a list looking like this: ETBA; Aachen Merzbruck EDAC; Altenburg Nobitz ETHA; Altenstadt ... |
| Previous | Up | Next |