Свойство | Type | Description | |
---|---|---|---|
$rounds | integer | The number of rounds to hash, as 2^n. |
Méthode | Description | |
---|---|---|
check ( string $value, string $hashedValue, array $options = [] ) : boolean | Check the given plain value against a hash. | |
make ( string $value, array $options = [] ) : string | Hash the given value. | |
needsRehash ( string $hashedValue, array $options = [] ) : boolean | Check if the given hash has been hashed using the given options. |
protected int $rounds | ||
Résultat | integer |