Alcohol\ISO3166\ISO3166::getByCode PHP 메소드

getByCode() 공개 메소드

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