reference/filesystem/functions/pclose.xml
1ad5dfe5e0fc836e239d03de25a91336c409cd30
...
...
@@ -40,6 +40,7 @@
40
40
Returns the termination status of the process that was run. In case of
41
41
an error then <literal>-1</literal> is returned.
42
42
</para>
43
+
&note.sigchild;
43
44
</refsect1>
44
45

45
46
<refsect1 role="examples">
...
...
@@ -64,7 +65,7 @@ pclose($handle);
64
65
<note>
65
66
<title>Unix Only:</title>
66
67
<para>
67
-
<function>proc_close</function> is internally implemented using the
68
+
<function>pclose</function> is internally implemented using the
68
69
<literal>waitpid(3)</literal> system call. To obtain the real exit
69
70
status code the <function>pcntl_wexitstatus</function> function
70
71
should be used.
71
72