reference/hash/functions/hash-update.xml
db22a7cfcbc3af221f67e228336ac3e2d62aaf2c
...
...
@@ -8,8 +8,8 @@
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
-
<type>bool</type><methodname>hash_update</methodname>
12
-
<methodparam><type>resource</type><parameter>context</parameter></methodparam>
11
+
<type>true</type><methodname>hash_update</methodname>
12
+
<methodparam><type>HashContext</type><parameter>context</parameter></methodparam>
13
13
<methodparam><type>string</type><parameter>data</parameter></methodparam>
14
14
</methodsynopsis>
15
15

...
...
@@ -41,7 +41,31 @@
41
41
<refsect1 role="returnvalues">
42
42
&reftitle.returnvalues;
43
43
<para>
44
-
Returns &true;.
44
+
&return.true.always;
45
+
</para>
46
+
</refsect1>
47
+

48
+
<refsect1 role="changelog">
49
+
&reftitle.changelog;
50
+
<para>
51
+
<informaltable>
52
+
<tgroup cols="2">
53
+
<thead>
54
+
<row>
55
+
<entry>&Version;</entry>
56
+
<entry>&Description;</entry>
57
+
</row>
58
+
</thead>
59
+
<tbody>
60
+
<row>
61
+
<entry>7.2.0</entry>
62
+
<entry>
63
+
Accept <classname>HashContext</classname> instead of resource.
64
+
</entry>
65
+
</row>
66
+
</tbody>
67
+
</tgroup>
68
+
</informaltable>
45
69
</para>
46
70
</refsect1>
47
71
...
...
@@ -58,7 +82,6 @@
58
82
</refsect1>
59
83

60
84
</refentry>
61
-

62
85
<!-- Keep this comment at the end of the file
63
86
Local variables:
64
87
mode: sgml
65
88