suppress similar sentences

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@188893 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jean-Sébastien Goupil 2005-06-21 03:05:09 +00:00
parent 8a7ef70273
commit e495885c8e

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.15 $ -->
<!-- $Revision: 1.16 $ -->
<refentry id="function.mysql-connect">
<refnamediv>
<refname>mysql_connect</refname>
@ -17,9 +17,7 @@
<methodparam choice="opt"><type>int</type><parameter>client_flags</parameter></methodparam>
</methodsynopsis>
<para>
Opens or reuses a connection to a MySQL server. The link to the server will
be closed as soon as the execution of the script ends, unless it's closed
earlier by explicitly calling <function>mysql_close</function>.
Opens or reuses a connection to a MySQL server.
</para>
</refsect1>