class Illuminate / Hashing / AbstractHasher
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
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|null
  • $options array