441 B
441 B
Bank
v::bank(string $countryCode)
Validates a bank.
v::bank("de")->validate("70169464"); // true
v::bank("de")->validate("12345"); // false
These country codes are supported:
- "de" (Germany) - You must add
"malkusch/bav": "~1.0"
to yourrequire
property on composer.json file.
See also: