class
Illuminate
/
Hashing
/
AbstractHasher
You are viewing an older version of the documentation. For the latest, please visit master documentation.
abstract
AbstractHasher
Methods
public
info ( $hashedValue ) : array
Get information about the given hashed value.
Parameters
- $hashedValue string
public
check ( $value , $hashedValue , array $options ) : bool
Check the given plain value against a hash.
Parameters
- $value string
- $hashedValue string
- $options array