mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
MYSQLI_OPT_READ_TIMEOUT is available as of PHP 7.2.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351425 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
cf52498fe9
commit
854af29294
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@
|
|||
<term><constant>MYSQLI_OPT_READ_TIMEOUT</constant></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Command execution result timeout in seconds
|
||||
Command execution result timeout in seconds. Available as of PHP 7.2.0.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
</row>
|
||||
<row>
|
||||
<entry><constant>MYSQLI_OPT_READ_TIMEOUT</constant></entry>
|
||||
<entry>command execution result timeout in seconds</entry>
|
||||
<entry>command execution result timeout in seconds. Available as of PHP 7.2.0.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><constant>MYSQLI_OPT_LOCAL_INFILE</constant></entry>
|
||||
|
|
Loading…
Reference in a new issue