PHP 클래스 IsoCodes\Vat

또한 보기: http://ec.europa.eu/taxation_customs/vies/faq.html
상속: implements isocodes\IsoCodeInterface
파일 보기 프로젝트 열기: ronanguilloux/isocodes 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$patterns array Regular expression patterns per country code.

공개 메소드들

메소드 설명
isValidCountryCode ( string $vat ) : boolean Returns true if value is valid country code, false otherwise.
validate ( mixed $vat ) : boolean validate Checks if $vat is a valid, European Union VAT number.

메소드 상세

isValidCountryCode() 공개 정적인 메소드

Returns true if value is valid country code, false otherwise.
public static isValidCountryCode ( string $vat ) : boolean
$vat string
리턴 boolean

validate() 공개 정적인 메소드

validate Checks if $vat is a valid, European Union VAT number.
public static validate ( mixed $vat ) : boolean
$vat mixed
리턴 boolean

프로퍼티 상세

$patterns 공개적으로 정적으로 프로퍼티

Regular expression patterns per country code.
public static array $patterns
리턴 array