MongoCode::__construct> <MongoId::__toString
Last updated: Fri, 24 Feb 2012

The MongoCode class

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

Introdução

Represents JavaScript code for the database.

MongoCode objects are composed of two parts: a string of code and an optional scope. The string of code must be valid JavaScript. The scope is a associative array of variable name/value pairs.

Sinopse da classe

MongoCode {
/* Métodos */
public __construct ( string $code [, array $scope = array() ] )
public string __toString ( void )
}

Índice



User Contributed Notes
MongoCode
There are no user contributed notes for this page.

MongoCode::__construct> <MongoId::__toString
Last updated: Fri, 24 Feb 2012