PHP Class IsoCodes\Luhn

Show file Open project: ronanguilloux/isocodes

Public Methods

Method Description
check ( string $luhn, integer $length, boolean $unDecorate = true, array $hyphens = [] ) : boolean
unDecorate ( string $luhn, array $hyphens = [] ) : string

Method Details

check() public static method

public static check ( string $luhn, integer $length, boolean $unDecorate = true, array $hyphens = [] ) : boolean
$luhn string
$length integer
$unDecorate boolean
$hyphens array
return boolean

unDecorate() public static method

public static unDecorate ( string $luhn, array $hyphens = [] ) : string
$luhn string
$hyphens array
return string