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 */
}Índice
- MongoCode::__construct — Creates a new code object
- MongoCode::__toString — Returns this code as a string
User Contributed Notes
MongoCode
MongoCode
There are no user contributed notes for this page.

MongoId::__toString