mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix pcntl (#860)
This commit is contained in:
parent
f33541d156
commit
c42d3d8905
4 changed files with 6 additions and 6 deletions
|
@ -29,7 +29,7 @@
|
|||
<term><parameter>process_id</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
If &null;, the pid of the current process is used.
|
||||
If &null;, the process id of the current process is used.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
<term><parameter>process_id</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
If &null;, the pid of the current process is used.
|
||||
If &null;, the process id of the current process is used.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
Returns a signal number on success, or &false; on error.
|
||||
Returns a signal number on success,&return.falseforfailure;.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
|
@ -59,9 +59,9 @@
|
|||
If wait3 is available on your system (mostly BSD-style systems), you can
|
||||
provide the optional <parameter>flags</parameter> parameter. If this
|
||||
parameter is not provided, wait will be used for the system call. If
|
||||
wait3 is not available, providing a value for <parameter>options
|
||||
</parameter> will have no effect. The value of <parameter>options
|
||||
</parameter> is the value of zero or more of the following two constants
|
||||
wait3 is not available, providing a value for <parameter>flags</parameter>
|
||||
will have no effect. The value of <parameter>flags</parameter>
|
||||
is the value of zero or more of the following two constants
|
||||
<literal>OR</literal>'ed together:
|
||||
<table>
|
||||
<title>Possible values for <parameter>flags</parameter></title>
|
||||
|
|
Loading…
Reference in a new issue