mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
apache_child_terminate: clarify, see also exit
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@66720 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
61a0ba8453
commit
7f7f9be504
1 changed files with 9 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.21 $ -->
|
||||
<!-- $Revision: 1.22 $ -->
|
||||
<reference id="ref.apache">
|
||||
<title>Apache-specific Functions</title>
|
||||
<titleabbrev>Apache</titleabbrev>
|
||||
|
@ -237,11 +237,14 @@ while (list ($header, $value) = each ($headers)) {
|
|||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
<function>apache_child_terminate</function> will terminate the apache
|
||||
process executing the current PHP request. It may be used to terminate
|
||||
a process after a script with high memory consumption has been run
|
||||
as memory will usually only be freed internally but not given back
|
||||
to the operation system.
|
||||
<function>apache_child_terminate</function> will terminate the Apache
|
||||
process executing the current PHP request once it is completed. It may be
|
||||
used to terminate a process after a script with high memory consumption
|
||||
has been run as memory will usually only be freed internally but not
|
||||
given back to the operating system.
|
||||
</para>
|
||||
<para>
|
||||
See also <function>exit</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
Loading…
Reference in a new issue