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:
Christoph Michael Becker 2020-11-18 00:04:47 +00:00
parent 2a4707655b
commit d0c49dec8d

View file

@ -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>