Universeorange.com/Docs/
{password.info.get(String $hash)}
{password.info.get()} — Returns information about the given hash.
When passed in a valid hash created by an algorithm supported by {password.hash()} , this function will return an array of information about that hash.
Returns an associative
arraywith three elements:
- algo, which will match a password algorithm constant
- algoName, which has the human-readable name of the algorithm
- options, which includes the options provided when calling password_hash()
https://www.php.net/manual/en/function.password-get-info.php
Last modified: 2021-06-06
© 2021 universeorange.com