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:
Yasuo Ohgaki 2013-10-31 00:50:41 +00:00
parent c2d7a762b1
commit acadfdd1b4

View file

@ -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: