mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
Typos provided by anonymous users.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@348891 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
93bc4c0a77
commit
6d02e88d53
2 changed files with 2 additions and 2 deletions
|
@ -374,7 +374,7 @@ proc_open($cmd, [1 => ['pipe', 'w'], 2 => ['null']], $pipes);
|
|||
<sect3 xml:id="migration74.new-features.standard.sodium-argon-hash">
|
||||
<title>argon2i(d) without libargon</title>
|
||||
<para>
|
||||
<function>password_hash</function> now has the argon2i and argin2id implementations
|
||||
<function>password_hash</function> now has the argon2i and argon2id implementations
|
||||
from the sodium extension when PHP is built without libargon.
|
||||
</para>
|
||||
</sect3>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>ZMQSocket</type><methodname>ZMQSocket::send</methodname>
|
||||
<modifier>public</modifier> <type>ZMQSocket</type><methodname>ZMQSocket::sendmulti</methodname>
|
||||
<methodparam><type>array</type><parameter>message</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>mode</parameter><initializer>0</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
|
|
Loading…
Reference in a new issue