PHP Doku:: The MongoCode class - class.mongocode.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzDatenbankerweiterungenAnbieterspezifische DatenbankerweiterungenMongoDB Native DriverTypesThe MongoCode class

Ein Service von Reinhard Neidl - Webprogrammierung.

Types

<<MongoId::__toString

MongoCode::__construct>>


UnterSeiten:

The MongoCode class

Einführung

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.

Klassenbeschreibung

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

Inhaltsverzeichnis


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)