mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Mention that eval command is deprecated in MongoDB 3.0+
https://jira.mongodb.org/browse/PHP-1409 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336071 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
119a7f907b
commit
30eb8053bc
1 changed files with 6 additions and 0 deletions
|
@ -14,6 +14,12 @@
|
|||
<methodparam><type>mixed</type><parameter>code</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>array</type><parameter>args</parameter><initializer>array()</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<warning>
|
||||
<para>
|
||||
The <link xlink:href="&url.mongodb.docs.command;eval/">eval</link> command,
|
||||
which this method invokes, is deprecated in MongoDB 3.0+.
|
||||
</para>
|
||||
</warning>
|
||||
<para>
|
||||
The Mongo database server runs a JavaScript engine. This method allows you
|
||||
to run arbitary JavaScript on the database. This can be useful if you want
|
||||
|
|
Loading…
Reference in a new issue