mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
344f4be2a6
commit
bc8b87f919
1 changed files with 6 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue