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