Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
DragonBe
Vies
Validator
ValidatorAbstract
PHP 클래스 DragonBe\Vies\Validator\ValidatorAbstract
상속:
implements
DragonBe\Vies\Validator\ValidatorInterface
파일 보기
프로젝트 열기: dragonbe/vies
보호된 메소드들
메소드
설명
crossSum
(
string
$val
) :
integer
isEven
(
integer
$val
) :
boolean
sumWeights
(
array
$weights
,
string
$vatNumber
,
integer
$start
) :
integer
메소드 상세
crossSum()
보호된
메소드
protected
crossSum
(
string
$val
) :
integer
$val
string
리턴
integer
isEven()
보호된
메소드
protected
isEven
(
integer
$val
) :
boolean
$val
integer
리턴
boolean
sumWeights()
보호된
메소드
protected
sumWeights
(
array
$weights
,
string
$vatNumber
,
integer
$start
) :
integer
$weights
array
$vatNumber
string
$start
integer
리턴
integer