reference/fileinfo/functions/finfo-close.xml
1160ec4e7d21a2619e9661d6afe3a6356267c6c2
...
...
@@ -4,17 +4,17 @@
4
4
<refentry xml:id="function.finfo-close" xmlns="http://docbook.org/ns/docbook">
5
5
<refnamediv>
6
6
<refname>finfo_close</refname>
7
-
<refpurpose>Close fileinfo resource</refpurpose>
7
+
<refpurpose>Close finfo instance</refpurpose>
8
8
</refnamediv>
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
-
<methodsynopsis role="procedural">
11
+
<methodsynopsis>
12
12
<type>bool</type><methodname>finfo_close</methodname>
13
-
<methodparam><type>resource</type><parameter>finfo</parameter></methodparam>
13
+
<methodparam><type>finfo</type><parameter>finfo</parameter></methodparam>
14
14
</methodsynopsis>
15
15

16
16
<para>
17
-
This function closes the resource opened by <function>finfo_open</function>.
17
+
This function closes the instance opened by <function>finfo_open</function>.
18
18
</para>
19
19

20
20
</refsect1>
...
...
@@ -25,9 +25,7 @@
25
25
<varlistentry>
26
26
<term><parameter>finfo</parameter></term>
27
27
<listitem>
28
-
<para>
29
-
Fileinfo resource returned by <function>finfo_open</function>.
30
-
</para>
28
+
&fileinfo.parameters.finfo;
31
29
</listitem>
32
30
</varlistentry>
33
31
</variablelist>
...
...
@@ -40,8 +38,24 @@
40
38
</para>
41
39
</refsect1>
42
40

43
-
</refentry>
41
+
<refsect1 role="changelog">
42
+
&reftitle.changelog;
43
+
<informaltable>
44
+
<tgroup cols="2">
45
+
<thead>
46
+
<row>
47
+
<entry>&Version;</entry>
48
+
<entry>&Description;</entry>
49
+
</row>
50
+
</thead>
51
+
<tbody>
52
+
&fileinfo.changelog.finfo-object;
53
+
</tbody>
54
+
</tgroup>
55
+
</informaltable>
56
+
</refsect1>
44
57

58
+
</refentry>
45
59
<!-- Keep this comment at the end of the file
46
60
Local variables:
47
61
mode: sgml
48
62