mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Removed a useless space - sorry!
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165491 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
3ee41892f4
commit
75cfb99a00
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.15 $ -->
|
||||
<!-- $Revision: 1.16 $ -->
|
||||
<refentry id="function.mysqli-connect">
|
||||
<refnamediv>
|
||||
<refname>mysqli_connect</refname>
|
||||
|
@ -36,7 +36,7 @@
|
|||
running on <parameter>host</parameter> which can be either a host name or an IP address. Passing the
|
||||
&null; value or the string "localhost" to this parameter, the local host is assumed. When possible,
|
||||
pipes will be used instead of the TCP/IP protocol. If successful, the <function>mysqli_connect</function>
|
||||
will return an object representing the connection to the database, or &false; on failure.
|
||||
will return an object representing the connection to the database, or &false; on failure.
|
||||
</para>
|
||||
<para>
|
||||
The <parameter>username</parameter> and <parameter>password</parameter> parameters specify the
|
||||
|
|
Loading…
Reference in a new issue