◆ alphaToNumber()
static Faker\Calculator\Iban::alphaToNumber |
( |
|
$char | ) |
|
|
static |
Converts letter to number
- Parameters
-
- Returns
- int
◆ checksum()
static Faker\Calculator\Iban::checksum |
( |
|
$iban | ) |
|
|
static |
Generates IBAN Checksum
- Parameters
-
- Returns
- string Checksum (numeric string)
◆ isValid()
static Faker\Calculator\Iban::isValid |
( |
|
$iban | ) |
|
|
static |
Checks whether an IBAN has a valid checksum
- Parameters
-
- Returns
- boolean
◆ mod97()
static Faker\Calculator\Iban::mod97 |
( |
|
$number | ) |
|
|
static |
Calculates mod97 on a numeric string
- Parameters
-
string | $number | Numeric string |
- Returns
- int
The documentation for this class was generated from the following file:
- vendor/fzaninotto/faker/src/Faker/Calculator/Iban.php