Utility class for generating and validating Luhn numbers.
Luhn algorithm is used to validate credit card numbers, IMEI numbers, and National Provider Identifier numbers.
- See also
- http://en.wikipedia.org/wiki/Luhn_algorithm
◆ computeCheckDigit()
static Faker\Calculator\Luhn::computeCheckDigit |
( |
|
$partialNumber | ) |
|
|
static |
◆ generateLuhnNumber()
static Faker\Calculator\Luhn::generateLuhnNumber |
( |
|
$partialValue | ) |
|
|
static |
Generate a Luhn compliant number.
- Parameters
-
- Returns
- string
◆ isValid()
static Faker\Calculator\Luhn::isValid |
( |
|
$number | ) |
|
|
static |
Checks whether a number (partial number + check digit) is Luhn compliant
- Parameters
-
- Returns
- bool
The documentation for this class was generated from the following file:
- vendor/fzaninotto/faker/src/Faker/Calculator/Luhn.php