IsoCodes\Gtin::check PHP Method

check() public static method

public static check ( $gtin, $length, $unDecorate = true, $hyphens = self::HYPHENS )
    public static function check($gtin, $length, $unDecorate = true, $hyphens = self::HYPHENS)
    {
        return parent::check($gtin, $length, true, $hyphens);
    }