MongoDB
PHP Manual

MongoDB::execute

()

MongoDB::executeRuns JavaScript code on the database server.

Beschreibung

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

Parameter-Liste

code

MongoCode or string to execute.

args

Arguments to be passed to code.

Rückgabewerte

Returns the result of the evaluation.


MongoDB
PHP Manual