mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
document the php 5.2.2 changes: the resource is no longer destroyed
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@229816 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c8616da7ce
commit
195a0dd44f
1 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<refentry id='function.proc-terminate'>
|
||||
<refnamediv>
|
||||
<refname>proc_terminate</refname>
|
||||
|
@ -9,7 +9,7 @@
|
|||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>int</type><methodname>proc_terminate</methodname>
|
||||
<type>bool</type><methodname>proc_terminate</methodname>
|
||||
<methodparam><type>resource</type><parameter>process</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>signal</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
|
@ -30,6 +30,8 @@
|
|||
<function>proc_terminate</function> allows you terminate the process and
|
||||
continue with other tasks. You may poll the process (to see if it has
|
||||
stopped yet) by using the <function>proc_get_status</function> function.
|
||||
However this is only possible with PHP 5.2.2 or newer, as previous versions
|
||||
destroyed the given process <parameter>resource</parameter>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue