Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16411 программистов и 1784 робота. Сейчас ищут 2094 программиста ...
The MongoCode class
Вернуться к: Types
(PECL mongo >=0.8.3)
Внимание
This extension that defines this class is deprecated. Instead, the MongoDB extension should be used. Alternatives to this class include:
Введение
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
{
/* Методы */
}Содержание
- MongoCode::__construct — Creates a new code object
- MongoCode::__toString — Returns this code as a string
Вернуться к: Types