reference/phar/PharFileInfo/getCRC32.xml
f03806fcd8fe03a0501bd40b6e3939ff6589a1d2
...
...
@@ -1,13 +1,13 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="pharfileinfo.getcrc32">
3
+
<refentry xml:id="pharfileinfo.getcrc32" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
5
<refname>PharFileInfo::getCRC32</refname>
6
6
<refpurpose>Returns CRC32 code or throws an exception if CRC has not been verified</refpurpose>
7
7
</refnamediv>
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
-
<methodsynopsis>
10
+
<methodsynopsis role="PharFileInfo">
11
11
<modifier>public</modifier> <type>int</type><methodname>PharFileInfo::getCRC32</methodname>
12
12
<void/>
13
13
</methodsynopsis>
...
...
@@ -18,6 +18,11 @@
18
18
</para>
19
19
</refsect1>
20
20

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

21
26
<refsect1 role="returnvalues">
22
27
&reftitle.returnvalues;
23
28
<para>
...
...
@@ -66,7 +71,6 @@ try {
66
71
</refsect1>
67
72

68
73
</refentry>
69
-

70
74
<!-- Keep this comment at the end of the file
71
75
Local variables:
72
76
mode: sgml
73
77