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