mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
whether _or_ if
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241132 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f2d904efd8
commit
878a73137b
2 changed files with 5 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<refentry xml:id="function.connection-aborted" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>connection_aborted</refname>
|
||||
<refpurpose>Check whether if client disconnected</refpurpose>
|
||||
<refpurpose>Check whether client disconnected</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
@ -13,7 +13,7 @@
|
|||
<void/>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Checks whether if the client disconnected.
|
||||
Checks whether the client disconnected.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<refentry xml:id="function.connection-timeout" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>connection_timeout</refname>
|
||||
|
@ -13,7 +13,7 @@
|
|||
<void/>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Determines whether if the script timed out.
|
||||
Determines whether the script timed out.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue