Patch by Don Wilson

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334004 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Peter Cowburn 2014-06-28 19:18:58 +00:00
parent e288960f91
commit 7f24a47407

View file

@ -68,7 +68,7 @@
</para></listitem>
<listitem><para><literal>PDO::ATTR_TIMEOUT</literal>:
Specifies the timeout duration in seconds. Not all drivers support this option,
and it's meaning may differ from driver to driver. For example, sqlite will wait
and its meaning may differ from driver to driver. For example, sqlite will wait
for up to this time value before giving up on obtaining an writable lock, but
other drivers may interpret this as a connect or a read timeout interval.
Requires <type>int</type>.