MongoDB driver (legacy)
- Установка и настройка
- Предопределенные константы
- Manual
- Базовые классы
- MongoClient — Класс MongoClient
- MongoDB — The MongoDB class
- MongoCollection — The MongoCollection class
- MongoCursor — The MongoCursor class
- MongoCursorInterface — The MongoCursorInterface interface
- MongoCommandCursor — The MongoCommandCursor class
- Types
- MongoId — Класс MongoId
- MongoCode — The MongoCode class
- MongoDate — The MongoDate class
- MongoRegex — The MongoRegex class
- MongoBinData — The MongoBinData class
- MongoInt32 — The MongoInt32 class
- MongoInt64 — The MongoInt64 class
- MongoDBRef — The MongoDBRef class
- MongoMinKey — The MongoMinKey class
- MongoMaxKey — The MongoMaxKey class
- MongoTimestamp — The MongoTimestamp class
- Классы GridFS
- MongoGridFS — The MongoGridFS class
- MongoGridFSFile — The MongoGridFSFile class
- MongoGridFSCursor — The MongoGridFSCursor class
- Batch Classes
- MongoWriteBatch — The MongoWriteBatch class
- MongoInsertBatch — The MongoInsertBatch class
- MongoUpdateBatch — The MongoUpdateBatch class
- MongoDeleteBatch — The MongoDeleteBatch class
- Дополнительно
- Mongo Функции
- bson_decode — Преобразовывает объект BSON в массив PHP
- bson_encode — Преобразовывет переменную PHP в строку BSON
- Exceptions
- MongoException — The MongoException class
- MongoResultException — The MongoResultException class
- MongoCursorException — The MongoCursorException class
- MongoCursorTimeoutException — The MongoCursorTimeoutException class
- MongoConnectionException — The MongoConnectionException class
- MongoGridFSException — The MongoGridFSException class
- MongoDuplicateKeyException — The MongoDuplicateKeyException class
- MongoProtocolException — The MongoProtocolException class
- MongoExecutionTimeoutException — The MongoExecutionTimeoutException class
- MongoWriteConcernException — The MongoWriteConcernException class
- Список изменений
- PHP Руководство
- Функции по категориям
- Индекс функций
- Справочник функций
- Расширения для работы с базами данных
- CUBRID
- DB++
- dBase
- filePro
- Firebird/InterBase
- FrontBase
- IBM DB2, Cloudscape and Apache Derby
- Informix
- Ingres DBMS, EDBC, and Enterprise Access Gateways
- MaxDB
- MongoDB
- MongoDB
- mSQL
- Microsoft SQL Server
- MySQL Drivers and Plugins
- Oracle OCI8
- Paradox File Access
- PostgreSQL
- SQLite
- SQLite3
- Microsoft SQL Server Driver for PHP
- Sybase
- tokyo_tyrant
Коментарии
Just stepped up from 1.1.3 of the php driver to 1.2.6. Wow, big improvement. Logfile paucity shows the connection pooling / persistence is working, and noticeable speed improvements (page load times cut 10% to 30%) all around show dev is on the right track. Kudos.