mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338152 c90b9560-bf6c-de11-be94-00142212c4b1
23 lines
571 B
XML
23 lines
571 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
|
|
<part xml:id="mongo.core" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
|
|
<title>Core Classes</title>
|
|
<partintro>
|
|
<warning>
|
|
&mongo.deprecated.note;
|
|
</warning>
|
|
<para>
|
|
The core classes are the most important part of the driver.
|
|
</para>
|
|
</partintro>
|
|
|
|
&reference.mongo.mongoclient;
|
|
&reference.mongo.mongodb;
|
|
&reference.mongo.mongocollection;
|
|
&reference.mongo.mongocursor;
|
|
&reference.mongo.mongocursorinterface;
|
|
&reference.mongo.mongocommandcursor;
|
|
|
|
</part>
|