com doc/ja: Remove obsolete apache_reset_timeout() do cs: reference/apache/functions/apache-reset-timeout.xml
[email protected] (Yoshinari Takaoka) Tue, 26 Jan 2021 00:52:32 +0000
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
Commit: 2f96f92adbd3b9761b29ade354370ad4cb916f3e Author: Yoshinari Takaoka <[email protected]> Tue, 26 Jan 2021 09:52:32 +0900 Parents: cba3f0e39a1e3372809586360b7bbdaf94799350 Branches: master Link: http://git.php.net/?p=doc/ja.git;a=commitdiff;h=2f96f92adbd3b9761b29ade354370ad4cb916f3e Log: Remove obsolete apache_reset_timeout() docs This function was implemented for the apache SAPI, which is removed as of PHP 7.0.0. Changed paths: D reference/apache/functions/apache-reset-timeout.xml Diff: diff --git a/reference/apache/functions/apache-reset-timeout.xml b/reference/apache/functions/apache-reset-timeout.xml deleted file mode 100644 index 6f0ab52a24..0000000000 --- a/reference/apache/functions/apache-reset-timeout.xml +++ /dev/null @@ -1,67 +0,0 @@ -<?xml version="1.0" encoding="utf-8" ?> -<!-- $Revision$ --> -<!-- EN-Revision: dec1f8445ab2af7fbafef012fb7907ab2cd349b5 Maintainer: shimooka Status: ready --> -<!-- Credits: mumumu --> -<refentry xml:id="function.apache-reset-timeout" xmlns="http://docbook.org/ns/docbook"> - <refnamediv> - <refname>apache_reset_timeout</refname> - <refpurpose>Apache の書き込みタイマーをリセットする</refpurpose> - </refnamediv> - - <refsect1 role="description"> - &reftitle.description; - <methodsynopsis> - <type>bool</type><methodname>apache_reset_timeout</methodname> - <void/> - </methodsynopsis> - <para> - <function>apache_reset_timeout</function> は Apache - の書き込みタイマーをリセットします。デフォルトは 300 秒です。 - <literal>set_time_limit(0); ignore_user_abort(true)</literal> と定期的な - <function>apache_reset_timeout</function> をコールすることで、 - 理論的に Apache を永遠に実行することができます。 - </para> - <para> - この関数は Apache 1 を必要とします。 - </para> - </refsect1> - - <refsect1 role="returnvalues"> - &reftitle.returnvalues; - <para> - &return.success; - </para> - </refsect1> - - <refsect1 role="seealso"> - &reftitle.seealso; - <para> - <simplelist> - <member><function>set_time_limit</function></member> - <member><function>ignore_user_abort</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 --->