update : 2015.11.03
php.shukuma.com

검색:
 
 
The MongoCode class

The MongoCode class

(PECL mongo >=0.8.3)

소개

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