see also expanded, prot correction

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@135080 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Friedhelm Betz 2003-07-14 22:57:14 +00:00
parent 344f4be2a6
commit bc8b87f919

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/misc.xml, last change in rev 1.2 -->
<refentry id="function.ignore-user-abort">
<refnamediv>
@ -12,7 +12,7 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>ignore_user_abort</methodname>
<methodparam choice="opt"><type>int</type><parameter>setting</parameter></methodparam>
<methodparam choice="opt"><type>bool</type><parameter>setting</parameter></methodparam>
</methodsynopsis>
<simpara>
This function sets whether a client disconnect should cause a
@ -23,6 +23,10 @@
section in the <link linkend="features">Features</link> chapter
for a complete description of connection handling in PHP.
</simpara>
<para>
See also <function>connection_aborted</function>, and
<function>connection_status</function>.
</para>
</refsect1>
</refentry>