mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
* Provide See Also.
* Provide note that if you need to adjust options, use real connect. Resolves some user contributed notes. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277047 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f920f855d1
commit
b9ee6f5dbd
1 changed files with 19 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<refentry xml:id="mysqli.connect" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>mysqli::__construct</refname>
|
||||
|
@ -214,6 +214,12 @@ Host information: Localhost via UNIX socket
|
|||
the examples above.
|
||||
</para>
|
||||
</note>
|
||||
<note>
|
||||
<para>
|
||||
If it is necessary to set options, such as the connection timeout,
|
||||
<function>mysqli_real_connect</function> must be used instead.
|
||||
</para>
|
||||
</note>
|
||||
<note>
|
||||
<para>
|
||||
Error "Can't create TCP/IP socket (10106)" usually means that the <link
|
||||
|
@ -225,6 +231,18 @@ Host information: Localhost via UNIX socket
|
|||
</note>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member><function>mysqli_real_connect</function></member>
|
||||
<member><function>mysqli_options</function></member>
|
||||
<member><function>mysqli_connect_errno</function></member>
|
||||
<member><function>mysqli_connect_error</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
Loading…
Reference in a new issue