Types
在线手册:中文 英文
PHP手册

The MongoCode class

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

简介

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.

类摘要

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

Table of Contents


Types
在线手册:中文 英文
PHP手册