MongoDB
PHP Manual

MongoDB::execute

()

MongoDB::executeRuns JavaScript code on the database server.

Описание

public array MongoDB::execute ( mixed $code [, array $args= array() ] )

Список параметров

code

MongoCode or string to execute.

args

Arguments to be passed to code.

Возвращаемые значения

Returns the result of the evaluation.


MongoDB
PHP Manual