svn: /phpdoc/ja/trunk/reference/hash/functions/ hash-algos.xml

[email protected] (Yoshinari Takaoka)
Newsgroups php.doc.ja
Message-ID <[email protected]>
mumumu                                   Sat, 08 Aug 2020 18:52:56 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=350294

Log:
Updated hash_algos doc for PHP 7.4

Patch contributed by Graham Campbell.

Changed paths:
    U   phpdoc/ja/trunk/reference/hash/functions/hash-algos.xml

Modified: phpdoc/ja/trunk/reference/hash/functions/hash-algos.xml
===================================================================
--- phpdoc/ja/trunk/reference/hash/functions/hash-algos.xml	2020-08-08 18:49:45 UTC (rev 350293)
+++ phpdoc/ja/trunk/reference/hash/functions/hash-algos.xml	2020-08-08 18:52:56 UTC (rev 350294)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 344357 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 350291 Maintainer: takagi Status: ready -->
 <!-- Credits: mumumu -->
 <refentry xml:id="function.hash-algos" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
  <refnamediv>
@@ -36,6 +36,12 @@
      </thead>
      <tbody>
       <row>
+       <entry>7.4.0</entry>
+       <entry>
+        crc32c のサポートを追加しました。
+       </entry>
+      </row>
+      <row>
        <entry>7.1.0</entry>
        <entry>
         sha512/224, sha512/256, sha3-224, sha3-256, sha3-384 および
@@ -70,7 +76,7 @@
    <example>
     <title><function>hash_algos</function> の例</title>
     <para>
-     PHP 5.6.0 では、<function>hash_algos</function> は
+     PHP 7.4.0 では、<function>hash_algos</function> は
      以下のようなアルゴリズム名の一覧を返します。
     </para>
     <programlisting role="php">
@@ -92,45 +98,52 @@
     [4] => sha224
     [5] => sha256
     [6] => sha384
-    [7] => sha512
-    [8] => ripemd128
-    [9] => ripemd160
-    [10] => ripemd256
-    [11] => ripemd320
-    [12] => whirlpool
-    [13] => tiger128,3
-    [14] => tiger160,3
-    [15] => tiger192,3
-    [16] => tiger128,4
-    [17] => tiger160,4
-    [18] => tiger192,4
-    [19] => snefru
-    [20] => snefru256
-    [21] => gost
-    [22] => gost-crypto
-    [23] => adler32
-    [24] => crc32
-    [25] => crc32b
-    [26] => fnv132
-    [27] => fnv1a32
-    [28] => fnv164
-    [29] => fnv1a64
-    [30] => joaat
-    [31] => haval128,3
-    [32] => haval160,3
-    [33] => haval192,3
-    [34] => haval224,3
-    [35] => haval256,3
-    [36] => haval128,4
-    [37] => haval160,4
-    [38] => haval192,4
-    [39] => haval224,4
-    [40] => haval256,4
-    [41] => haval128,5
-    [42] => haval160,5
-    [43] => haval192,5
-    [44] => haval224,5
-    [45] => haval256,5
+    [7] => sha512/224
+    [8] => sha512/256
+    [9] => sha512
+    [10] => sha3-224
+    [11] => sha3-256
+    [12] => sha3-384
+    [13] => sha3-512
+    [14] => ripemd128
+    [15] => ripemd160
+    [16] => ripemd256
+    [17] => ripemd320
+    [18] => whirlpool
+    [19] => tiger128,3
+    [20] => tiger160,3
+    [21] => tiger192,3
+    [22] => tiger128,4
+    [23] => tiger160,4
+    [24] => tiger192,4
+    [25] => snefru
+    [26] => snefru256
+    [27] => gost
+    [28] => gost-crypto
+    [29] => adler32
+    [30] => crc32
+    [31] => crc32b
+    [32] => crc32c
+    [33] => fnv132
+    [34] => fnv1a32
+    [35] => fnv164
+    [36] => fnv1a64
+    [37] => joaat
+    [38] => haval128,3
+    [39] => haval160,3
+    [40] => haval192,3
+    [41] => haval224,3
+    [42] => haval256,3
+    [43] => haval128,4
+    [44] => haval160,4
+    [45] => haval192,4
+    [46] => haval224,4
+    [47] => haval256,4
+    [48] => haval128,5
+    [49] => haval160,5
+    [50] => haval192,5
+    [51] => haval224,5
+    [52] => haval256,5
 )
 ]]>
     </screen>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.