mirror of
https://github.com/php/doc-ru.git
synced 2026-04-29 18:23:21 +02:00
74 lines
2.2 KiB
XML
74 lines
2.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- EN-Revision: f3b9d85f71934d6814a493fabb367e10731e0394 Maintainer: shein Status: ready -->
|
|
<!-- Reviewed: no -->
|
|
<refentry xml:id="function.apache-child-terminate" xmlns="http://docbook.org/ns/docbook">
|
|
<refnamediv>
|
|
<refname>apache_child_terminate</refname>
|
|
<refpurpose>Завершает процесс Apache по окончании текущего запроса</refpurpose>
|
|
</refnamediv>
|
|
|
|
<refsect1 role="description">
|
|
&reftitle.description;
|
|
<methodsynopsis>
|
|
<type>void</type><methodname>apache_child_terminate</methodname>
|
|
<void/>
|
|
</methodsynopsis>
|
|
<para>
|
|
Функция <function>apache_child_terminate</function> регистрирует процесс Apache,
|
|
который обслуживает текущий PHP-запрос, чтобы завершить процесс по окончании
|
|
работы PHP-скрипта. Функцию вызывают, чтобы завершить процесс,
|
|
для работы которого потребовалось много оперативной памяти,
|
|
которую процесс не вернул операционной системе по окончании работы PHP-скрипта.
|
|
</para>
|
|
<para>
|
|
Функция работает на веб-серверах Apache и FastCGI.
|
|
</para>
|
|
</refsect1>
|
|
|
|
<refsect1 role="parameters">
|
|
&reftitle.parameters;
|
|
&no.function.parameters;
|
|
</refsect1>
|
|
|
|
<refsect1 role="returnvalues">
|
|
&reftitle.returnvalues;
|
|
<para>
|
|
&return.void;
|
|
</para>
|
|
</refsect1>
|
|
|
|
<refsect1 role="notes">
|
|
&reftitle.notes;
|
|
¬e.no-windows;
|
|
</refsect1>
|
|
|
|
<refsect1 role="seealso">
|
|
&reftitle.seealso;
|
|
<para>
|
|
<simplelist>
|
|
<member><function>exit</function></member>
|
|
</simplelist>
|
|
</para>
|
|
</refsect1>
|
|
</refentry>
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|