Function password_get_info
Get information about the password hash. Returns an array of the information that was used to generate the password hash.
array( 'algo' => 1, 'algoName' => 'bcrypt', 'options' => array( 'cost' => 10, ), )
Copyright:
2012 The Authors
License: MIT License
Author: Anthony Ferrara <ircmaxell@php.net>
Located at vendor/ircmaxell/password-compat/lib/password.php
License: MIT License
Author: Anthony Ferrara <ircmaxell@php.net>
Located at vendor/ircmaxell/password-compat/lib/password.php
Parameters summary
string |
$hash |
The password hash to extract info from |
Return value summary
array
|
The array of information about the hash. |