2010-03-28 22:10:10 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2009-07-11 06:30:45 +00:00
|
|
|
<!-- $Revision$ -->
|
2007-06-20 22:25:43 +00:00
|
|
|
<refentry xml:id="function.apache-reset-timeout" xmlns="http://docbook.org/ns/docbook">
|
2005-04-01 22:55:18 +00:00
|
|
|
<refnamediv>
|
|
|
|
<refname>apache_reset_timeout</refname>
|
|
|
|
<refpurpose>Reset the Apache write timer</refpurpose>
|
|
|
|
</refnamediv>
|
2005-04-02 02:18:32 +00:00
|
|
|
|
|
|
|
<refsect1 role="description">
|
|
|
|
&reftitle.description;
|
2005-04-01 22:55:18 +00:00
|
|
|
<methodsynopsis>
|
|
|
|
<type>bool</type><methodname>apache_reset_timeout</methodname>
|
|
|
|
<void/>
|
|
|
|
</methodsynopsis>
|
|
|
|
<para>
|
|
|
|
<function>apache_reset_timeout</function> resets the Apache write timer,
|
|
|
|
which defaults to 300 seconds. With <literal>set_time_limit(0);
|
2005-04-02 02:18:32 +00:00
|
|
|
ignore_user_abort(true)</literal> and periodic
|
2005-04-01 22:55:18 +00:00
|
|
|
<function>apache_reset_timeout</function> calls, Apache can theoretically
|
|
|
|
run forever.
|
|
|
|
</para>
|
2005-04-02 02:18:32 +00:00
|
|
|
<para>
|
|
|
|
This function requires Apache 1.
|
|
|
|
</para>
|
|
|
|
</refsect1>
|
|
|
|
|
|
|
|
<refsect1 role="returnvalues">
|
|
|
|
&reftitle.returnvalues;
|
2005-04-01 22:55:18 +00:00
|
|
|
<para>
|
|
|
|
&return.success;
|
|
|
|
</para>
|
2005-04-02 02:18:32 +00:00
|
|
|
</refsect1>
|
|
|
|
|
|
|
|
<refsect1 role="notes">
|
|
|
|
&reftitle.notes;
|
2005-04-01 22:55:18 +00:00
|
|
|
¬e.sm.disabled;
|
|
|
|
</refsect1>
|
2007-12-31 00:32:08 +00:00
|
|
|
|
|
|
|
<refsect1 role="seealso">
|
|
|
|
&reftitle.seealso;
|
|
|
|
<para>
|
|
|
|
<simplelist>
|
|
|
|
<member><function>set_time_limit</function></member>
|
|
|
|
<member><function>ignore_user_abort</function></member>
|
|
|
|
</simplelist>
|
|
|
|
</para>
|
|
|
|
</refsect1>
|
|
|
|
|
2005-04-01 22:55:18 +00:00
|
|
|
</refentry>
|
2004-12-08 14:25:26 +00:00
|
|
|
|
|
|
|
<!-- 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
|
2009-09-25 07:04:39 +00:00
|
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
2004-12-08 14:25:26 +00:00
|
|
|
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
|
|
|
|
-->
|