PHP 인터페이스 phpbb\passwords\driver\rehashable_driver_interface

상속: extends phpbb\passwords\driver\driver_interface
파일 보기 프로젝트 열기: phpbb/phpbb

공개 메소드들

메소드 설명
needs_rehash ( string $hash ) : boolean Check if password needs to be rehashed

메소드 상세

needs_rehash() 공개 메소드

Check if password needs to be rehashed
public needs_rehash ( string $hash ) : boolean
$hash string Hash to check for rehash
리턴 boolean True if password needs to be rehashed, false if not