Documentation

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
since
1.0.0
Return values
array<string|int, mixed>

verify()

Verify the hash value.

public verify((string) $original, (string) $hash) : bool
Parameters
$original : (string)
$hash : (string)
Tags
since
1.0.0
Return values
bool

Search results