MongoCollection::deleteIndex() returns a database response

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330878 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jeremy Mikola 2013-07-10 17:34:18 +00:00
parent 7aa0b252a3
commit 0a7509b835

View file

@ -88,7 +88,7 @@ $db->command(array("deleteIndexes" => $collection->getName(), "index" => "superf
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns the generated name of the key if successful, or &null; otherwise.
Returns the database response.
</para>
</refsect1>