AbstractHashing
Table of Contents
- info() : array<string|int, mixed>
- Get information about the given hash.
- verify() : bool
- Verify the hash value.
Methods
info()
Get information about the given hash.
public
info((string) $hash) : array<string|int, mixed>
Parameters
- $hash : (string)
Tags
Return values
array<string|int, mixed> —verify()
Verify the hash value.
public
verify((string) $original, (string) $hash) : bool
Parameters
- $original : (string)
- $hash : (string)