MongoDB
PHP Manual

MongoDB::execute

(No version information available, might only be in CVS)

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