Home
last modified time | relevance | path

Searched refs:convToFile (Results 1 – 4 of 4) sorted by last modified time

/plugin/geonav/server/
H A Dget_county.php18 $county = convToFile($countyCode);
19 $region = convToFile($q);
H A Dget_locality.php22 $locality = convToFile($locality);
23 $county = convToFile($countyCode);
24 $region = convToFile($q);
H A Dget_state.php17 $region = convToFile($q);
H A DgetContinent.php37 function convToFile($string) { function