reference/apache/functions/apache-get-version.xml
f3b9d85f71934d6814a493fabb367e10731e0394
...
...
@@ -9,7 +9,7 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>string</type><methodname>apache_get_version</methodname>
12
+
<type class="union"><type>string</type><type>false</type></type><methodname>apache_get_version</methodname>
13
13
<void/>
14
14
</methodsynopsis>
15
15
<para>
...
...
@@ -17,6 +17,11 @@
17
17
</para>
18
18
</refsect1>
19
19

20
+
<refsect1 role="parameters">
21
+
&reftitle.parameters;
22
+
&no.function.parameters;
23
+
</refsect1>
24
+

20
25
<refsect1 role="returnvalues">
21
26
&reftitle.returnvalues;
22
27
<para>
...
...
@@ -24,36 +29,6 @@
24
29
</para>
25
30
</refsect1>
26
31

27
-
<refsect1 role="changelog">
28
-
&reftitle.changelog;
29
-
<para>
30
-
<informaltable>
31
-
<tgroup cols="2">
32
-
<thead>
33
-
<row>
34
-
<entry>&Version;</entry>
35
-
<entry>&Description;</entry>
36
-
</row>
37
-
</thead>
38
-
<tbody>
39
-
<row>
40
-
<entry>4.3.4</entry>
41
-
<entry>
42
-
Became available with Apache 1.
43
-
</entry>
44
-
</row>
45
-
<row>
46
-
<entry>5.0.0</entry>
47
-
<entry>
48
-
Became available with the Apache 2 <emphasis>filter</emphasis> API.
49
-
</entry>
50
-
</row>
51
-
</tbody>
52
-
</tgroup>
53
-
</informaltable>
54
-
</para>
55
-
</refsect1>
56
-

57
32
<refsect1 role="examples">
58
33
&reftitle.examples;
59
34
<para>
60
35