reference/mhash/functions/mhash-count.xml
8a2141dcc084f72feb4e0ae2feaff3b440e5c59e
...
...
@@ -3,9 +3,13 @@
3
3
<refentry xml:id="function.mhash-count" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
5
<refname>mhash_count</refname>
6
-
<refpurpose>Get the highest available hash id</refpurpose>
6
+
<refpurpose>Gets the highest available hash ID</refpurpose>
7
7
</refnamediv>
8
8

9
+
<refsynopsisdiv>
10
+
&warn.deprecated.function-8-1-0;
11
+
</refsynopsisdiv>
12
+
9
13
<refsect1 role="description">
10
14
&reftitle.description;
11
15
<methodsynopsis>
...
...
@@ -13,15 +17,45 @@
13
17
<void/>
14
18
</methodsynopsis>
15
19
<para>
16
-
Gets the highest available hash id.
20
+
Gets the highest available hash ID.
17
21
</para>
18
22
</refsect1>
19
23

24
+
<refsect1 role="parameters">
25
+
&reftitle.parameters;
26
+
&no.function.parameters;
27
+
</refsect1>
28
+

20
29
<refsect1 role="returnvalues">
21
30
&reftitle.returnvalues;
22
31
<para>
23
-
Returns the highest available hash id. Hashes are numbered from 0 to this
24
-
hash id.
32
+
Returns the highest available hash ID. Hashes are numbered from 0 to this
33
+
hash ID.
34
+
</para>
35
+
</refsect1>
36
+

37
+
<refsect1 role="changelog">
38
+
&reftitle.changelog;
39
+
<para>
40
+
<informaltable>
41
+
<tgroup cols="2">
42
+
<thead>
43
+
<row>
44
+
<entry>&Version;</entry>
45
+
<entry>&Description;</entry>
46
+
</row>
47
+
</thead>
48
+
<tbody>
49
+
<row>
50
+
<entry>8.1.0</entry>
51
+
<entry>
52
+
This function has been deprecated.
53
+
Use the <link linkend="ref.hash"><literal>hash_*()</literal> functions</link> instead.
54
+
</entry>
55
+
</row>
56
+
</tbody>
57
+
</tgroup>
58
+
</informaltable>
25
59
</para>
26
60
</refsect1>
27
61

28
62