PHP 클래스 IsoCodes\Isbn

저자: Sullivan Senechal ([email protected])
상속: implements isocodes\IsoCodeInterface
파일 보기 프로젝트 열기: ronanguilloux/isocodes 1 사용 예제들

공개 메소드들

메소드 설명
validate ( string $isbn, integer | null $type = null ) : boolean

비공개 메소드들

메소드 설명
validateIsbn10 ( $isbn10 )
validateIsbn13 ( $isbn13 )

메소드 상세

validate() 공개 정적인 메소드

public static validate ( string $isbn, integer | null $type = null ) : boolean
$isbn string
$type integer | null 10 or 13. Leave empty for both
리턴 boolean