PHP Velho Oeste 2024

The MongoCode class

(PECL mongo >=0.8.3)

Avertizare

Extensia care definește această clasă este învechită. În loc, trtebuie utilizată extensia MongoDB. Variante alternative pentru această clasă includ:

Introducere

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.

Sinopsisul clasei

MongoCode {
/* Metode */
public __construct ( string $code , array $scope = array() )
public __toString ( ) : string
}

Cuprins

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top