reference/dir/functions/closedir.xml
b0b19b66183b28cebc1ffbcf1e2b8763f9d9c7b3
...
...
@@ -11,7 +11,7 @@
11
11
&reftitle.description;
12
12
<methodsynopsis>
13
13
<type>void</type><methodname>closedir</methodname>
14
-
<methodparam choice="opt"><type>resource</type><parameter>dir_handle</parameter></methodparam>
14
+
<methodparam choice="opt"><type class="union"><type>resource</type><type>null</type></type><parameter>dir_handle</parameter><initializer>&null;</initializer></methodparam>
15
15
</methodsynopsis>
16
16
<para>
17
17
Closes the directory stream indicated by
...
...
@@ -39,6 +39,13 @@
39
39
</para>
40
40
</refsect1>
41
41

42
+
<refsect1 role="returnvalues">
43
+
&reftitle.returnvalues;
44
+
<para>
45
+
&return.void;
46
+
</para>
47
+
</refsect1>
48
+

42
49
<refsect1 role="examples">
43
50
&reftitle.examples;
44
51
<para>
...
...
@@ -63,7 +70,6 @@ if (is_dir($dir)) {
63
70
</para>
64
71
</refsect1>
65
72
</refentry>
66
-

67
73
<!-- Keep this comment at the end of the file
68
74
Local variables:
69
75
mode: sgml
70
76