Lggr
|
Static Public Member Functions | |
static | checksum ($digits) |
static | isValid ($ean) |
Public Attributes | |
const | PATTERN = '/^(?:\d{8}|\d{13})$/' |
|
static |
Computes the checksum of an EAN number.
string | $digits |
|
static |
Checks whether the provided number is an EAN compliant number and that the checksum is correct.
string | $ean | An EAN number |