Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Jyxo
Input
Validator
IsTaxId
PHP Class Jyxo\Input\Validator\IsTaxId
Author:
Jaroslav Hanslík
Inheritance:
extends
AbstractValidator
Afficher le fichier
Open project: jyxo/php
Méthodes publiques
Méthode
Description
__construct
(
boolean
$strict
= true )
Constructor.
isValid
(
mixed
$value
) :
boolean
Validates a value.
Method Details
__construct()
public
méthode
Constructor.
public
__construct
(
boolean
$strict
= true )
$strict
boolean
Turns strict checking on or off.
isValid()
public
méthode
Validates a value.
public
isValid
(
mixed
$value
) :
boolean
$value
mixed
Input value
Résultat
boolean