PHP 클래스 Redaxscript\Validator\Password

부터: 2.6.0
저자: Henry Ruhs
상속: implements Redaxscript\Validator\ValidatorInterface
파일 보기 프로젝트 열기: redaxmedia/redaxscript 1 사용 예제들

공개 메소드들

메소드 설명
validate ( string $password = null, string $hash = null ) : boolean validate the password

메소드 상세

validate() 공개 메소드

validate the password
부터: 2.6.0
public validate ( string $password = null, string $hash = null ) : boolean
$password string plain password
$hash string hashed password
리턴 boolean