mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Document MYSQLI_OPT_READ_TIMEOUT on mysqli::options page
Patch contributed by daverandom. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351420 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2a4707655b
commit
d0c49dec8d
1 changed files with 5 additions and 1 deletions
|
@ -57,7 +57,11 @@
|
|||
<tbody>
|
||||
<row>
|
||||
<entry><constant>MYSQLI_OPT_CONNECT_TIMEOUT</constant></entry>
|
||||
<entry>connection timeout in seconds (supported on Windows with TCP/IP since PHP 5.3.1)</entry>
|
||||
<entry>connection timeout in seconds</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><constant>MYSQLI_OPT_READ_TIMEOUT</constant></entry>
|
||||
<entry>command execution result timeout in seconds</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><constant>MYSQLI_OPT_LOCAL_INFILE</constant></entry>
|
||||
|
|
Loading…
Reference in a new issue