#!/usr/local/bin/php getProxy(); $iana_code = (string) $argv[1]; //Invoke the getIANAInfo method $ianaResponse = $client->getIANAInfo(); // Invoke the countryInfoByIana method $countryResponse = $client->countryInfoByIana($iana_code); // Invoke the regionsInfoByIana method $regionsResponse = $client->regionsInfoByIana($iana_code); // Debug purpose // print_r($ianaResponse); // print_r($countryResponse); // print_r($regionsResponse); print "IANA codes\n"; print "=========================\n"; for($i=0; $i