Alcohol\ISO3166\ISO3166::getByCode PHP Method

getByCode() public method

Deprecation:
public getByCode ( string $code ) : array
$code string
return array
    public function getByCode($code)
    {
        trigger_error(__METHOD__ . ' is deprecated, instead use: getByAlpha2, getByAlpha3 or getByNumeric.', E_USER_DEPRECATED);
        return $this->get($code);
    }