mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Add description for crypt() compatibility.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332024 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c2d7a762b1
commit
acadfdd1b4
1 changed files with 3 additions and 1 deletions
|
@ -17,7 +17,9 @@
|
|||
</methodsynopsis>
|
||||
<para>
|
||||
<function>password_hash</function> creates a new password hash using a strong one-way hashing
|
||||
algorithm.
|
||||
algorithm. <function>password_hash</function> is compatible with <function>crypt</function>.
|
||||
Therefore, password hashes created by <function>crypt</function> can be used with
|
||||
<function>password_hash</function>.
|
||||
</para>
|
||||
<simpara>
|
||||
The following algorithms are currently supported:
|
||||
|
|
Loading…
Reference in a new issue