mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Document real default value and link to the mongoclient ctor
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333384 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
acef1885de
commit
3d5fdde110
1 changed files with 8 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
<para>
|
||||
The number of milliseconds for the cursor to wait for a response. Use
|
||||
<literal>-1</literal> to wait forever. By default, the cursor will wait
|
||||
<varname>MongoCursor::$timeout</varname> milliseconds.
|
||||
<varname>30000</varname> milliseconds (3 seconds).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -101,6 +101,13 @@ while ($cursor->hasNext()) {
|
|||
</warning>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<simplelist>
|
||||
<member>The <literal>socketTimeoutMS</literal> option for <function>MongoClient::__construct</function></member>
|
||||
</simplelist>
|
||||
</refsect1>
|
||||
|
||||
</refentry>
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
|
|
Loading…
Reference in a new issue