downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

MongoCode::__construct> <MongoId::__toString
Last updated: Fri, 06 Nov 2009

view this page in

The MongoCode class

Introduction

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.

Class synopsis

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

Table of Contents



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

MongoCode::__construct> <MongoId::__toString
Last updated: Fri, 06 Nov 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites