mirror of
https://github.com/macintoshplus/doc-fr.git
synced 2026-03-27 02:12:19 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/fr/trunk@185809 c90b9560-bf6c-de11-be94-00142212c4b1
63 lines
1.6 KiB
XML
63 lines
1.6 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- $Revision: 1.2 $ -->
|
|
<!-- EN-Revision: 1.3 Maintainer: jsgoupil Status: ready -->
|
|
<refentry id="function.apache-reset-timeout">
|
|
<refnamediv>
|
|
<refname>apache_reset_timeout</refname>
|
|
<refpurpose>
|
|
Remet à sa position initiale le temporisateur d'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> remet à sa position initiale
|
|
le temporisateur d'Apache, qui vaut par défaut 300 secondes.
|
|
Avec des appels à <literal>set_time_limit(0); ignore_user_abort(true)</literal>
|
|
et des appels périodiques à <function>apache_reset_timeout</function>,
|
|
Apache peut, théoriquement, fonctionner sans arrêt.
|
|
</para>
|
|
<para>
|
|
Cette fonction nécessite Apache 1.
|
|
</para>
|
|
</refsect1>
|
|
|
|
<refsect1 role="returnvalues">
|
|
&reftitle.returnvalues;
|
|
<para>
|
|
&return.success;
|
|
</para>
|
|
</refsect1>
|
|
|
|
<refsect1 role="notes">
|
|
&reftitle.notes;
|
|
¬e.sm.disabled;
|
|
</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:"../../../../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
|
|
-->
|