mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Fix parameter types on password_needs_rehash().
Fixes doc bug #65075 (wrong password_needs_rehash() prototype). git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330564 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2cc21e8b35
commit
190186c998
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@
|
|||
<methodsynopsis>
|
||||
<type>boolean</type><methodname>password_needs_rehash</methodname>
|
||||
<methodparam><type>string</type><parameter>hash</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>algo</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>options</parameter></methodparam>
|
||||
<methodparam><type>integer</type><parameter>algo</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>array</type><parameter>options</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
This function checks to see if the supplied hash implements the algorithm
|
||||
|
|
Loading…
Reference in a new issue