* Indicate that empty constrcutor is like calling mysqli_init(). Bug 38998.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277201 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Daniel Convissor 2009-03-15 15:32:54 +00:00
parent 632e0569b4
commit 0e4b458b92

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.13 $ -->
<!-- $Revision: 1.14 $ -->
<refentry xml:id="mysqli.connect" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>mysqli::__construct</refname>
@ -246,6 +246,12 @@ Success... MySQL host info: localhost via TCP/IP
<function>mysqli_real_connect</function> must be used instead.
</para>
</note>
<note>
<para>
Calling the constructor with no parameters is the same as calling
<function>mysqli_init</function>.
</para>
</note>
<note>
<para>
Error "Can't create TCP/IP socket (10106)" usually means that the <link