Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
IsoCodes
Luhn
PHP Class IsoCodes\Luhn
See link:
https://en.wikipedia.org/wiki/Luhn_algorithm
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