Document socketTimeoutMS for MongoDB::command()

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334971 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jeremy Mikola 2014-09-23 15:33:02 +00:00
parent 4ba7921c5f
commit 0e0f965045

View file

@ -54,9 +54,14 @@ public function command($data) {
</term>
<listitem>
<para>
This parameter is an associative array of the form
<literal>array("optionname" => &lt;boolean&gt;, ...)</literal>. Currently
supported options are:
An array of options for the index creation. Currently available options
include:
<itemizedlist>
&mongo.writes.parameters.sockettimeoutms;
</itemizedlist>
</para>
<para>
The following options are deprecated and should no longer be used:
<itemizedlist>
&mongo.writes.parameters.timeout;
</itemizedlist>
@ -79,6 +84,17 @@ public function command($data) {
</row>
</thead>
<tbody>
<row>
<entry>1.5.0</entry>
<entry>
<para>
Renamed the <literal>"timeout"</literal> option to
<literal>"socketTimeoutMS"</literal>. Emits
<constant>E_DEPRECATED</constant> when <literal>"timeout"</literal> is
used.
</para>
</entry>
</row>
<row>
<entry>1.2.0</entry>
<entry>