MongoDB
PHP Manual

MongoDB::execute

(Bir sürüm bilgisi bulunamadı; sadece SVN'de olabilir.)

MongoDB::executeRuns JavaScript code on the database server.

Açıklama

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

Değiştirgeler

code

MongoCode or string to execute.

args

Arguments to be passed to code.

Dönen Değerler

Returns the result of the evaluation.


MongoDB
PHP Manual