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:
Martin Samesch 2007-08-12 13:03:38 +00:00
parent f2d904efd8
commit 878a73137b
2 changed files with 5 additions and 5 deletions

View file

@ -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>

View file

@ -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>