mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Document some mongodb constants
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333397 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b2b679970b
commit
30276884b1
2 changed files with 300 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
<titleabbrev>Mongo</titleabbrev>
|
||||
|
||||
&reference.mongo.setup;
|
||||
<!-- &reference.mongo.constants; -->
|
||||
&reference.mongo.constants;
|
||||
|
||||
&reference.mongo.manual;
|
||||
&reference.mongo.core;
|
||||
|
|
299
reference/mongo/constants.xml
Normal file
299
reference/mongo/constants.xml
Normal file
|
@ -0,0 +1,299 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision$ -->
|
||||
|
||||
<appendix xml:id="mongo.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
&reftitle.constants;
|
||||
&extension.constants;
|
||||
<para>
|
||||
<variablelist>
|
||||
<varlistentry xml:id="constant.mongo-streams">
|
||||
<term>
|
||||
<constant>MONGO_STREAMS</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Alias of <constant>MONGO_SUPPORTS_STREAMS</constant>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.mongo-supports-streams">
|
||||
<term>
|
||||
<constant>MONGO_SUPPORTS_STREAMS</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
1 when compiled against PHP Streams (default since 1.4.0).
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.mongo-supports-ssl">
|
||||
<term>
|
||||
<constant>MONGO_SUPPORTS_SSL</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
1 when <xref linkend="book.openssl" /> is enabled and available.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.mongo-supports-auth-mechanism-mongodb-cr">
|
||||
<term>
|
||||
<constant>MONGO_SUPPORTS_AUTH_MECHANISM_MONGODB_CR</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
1 when MongoDB-Challenge/Reponse authentication is compiled in.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.mongo-supports-auth-mechanism-mongodb-x509">
|
||||
<term>
|
||||
<constant>MONGO_SUPPORTS_AUTH_MECHANISM_MONGODB_X509</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
1 when x.509 authentication is compiled in.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.mongo-supports-auth-mechanism-gssapi">
|
||||
<term>
|
||||
<constant>MONGO_SUPPORTS_AUTH_MECHANISM_GSSAPI</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
1 when GSSAPI authentication is compiled in.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.mongo-supports-auth-mechanism-plain">
|
||||
<term>
|
||||
<constant>MONGO_SUPPORTS_AUTH_MECHANISM_PLAIN</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
1 when PLAIN authentication is compiled in.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.mongo-stream-notify-type-io-init">
|
||||
<term>
|
||||
<constant>MONGO_STREAM_NOTIFY_TYPE_IO_INIT</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.mongo-stream-notify-type-log">
|
||||
<term>
|
||||
<constant>MONGO_STREAM_NOTIFY_TYPE_LOG</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.mongo-stream-notify-io-read">
|
||||
<term>
|
||||
<constant>MONGO_STREAM_NOTIFY_IO_READ</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.mongo-stream-notify-io-write">
|
||||
<term>
|
||||
<constant>MONGO_STREAM_NOTIFY_IO_WRITE</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.mongo-stream-notify-io-progress">
|
||||
<term>
|
||||
<constant>MONGO_STREAM_NOTIFY_IO_PROGRESS</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.mongo-stream-notify-io-completed">
|
||||
<term>
|
||||
<constant>MONGO_STREAM_NOTIFY_IO_COMPLETED</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.mongo-stream-notify-log-insert">
|
||||
<term>
|
||||
<constant>MONGO_STREAM_NOTIFY_LOG_INSERT</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.mongo-stream-notify-log-query">
|
||||
<term>
|
||||
<constant>MONGO_STREAM_NOTIFY_LOG_QUERY</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.mongo-stream-notify-log-update">
|
||||
<term>
|
||||
<constant>MONGO_STREAM_NOTIFY_LOG_UPDATE</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.mongo-stream-notify-log-delete">
|
||||
<term>
|
||||
<constant>MONGO_STREAM_NOTIFY_LOG_DELETE</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.mongo-stream-notify-log-getmore">
|
||||
<term>
|
||||
<constant>MONGO_STREAM_NOTIFY_LOG_GETMORE</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.mongo-stream-notify-log-killcursor">
|
||||
<term>
|
||||
<constant>MONGO_STREAM_NOTIFY_LOG_KILLCURSOR</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.mongo-stream-notify-log-batchinsert">
|
||||
<term>
|
||||
<constant>MONGO_STREAM_NOTIFY_LOG_BATCHINSERT</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.mongo-stream-notify-log-response-header">
|
||||
<term>
|
||||
<constant>MONGO_STREAM_NOTIFY_LOG_RESPONSE_HEADER</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.mongo-stream-notify-log-write-reply">
|
||||
<term>
|
||||
<constant>MONGO_STREAM_NOTIFY_LOG_WRITE_REPLY</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.mongo-stream-notify-log-cmd-insert">
|
||||
<term>
|
||||
<constant>MONGO_STREAM_NOTIFY_LOG_CMD_INSERT</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.mongo-stream-notify-log-cmd-update">
|
||||
<term>
|
||||
<constant>MONGO_STREAM_NOTIFY_LOG_CMD_UPDATE</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.mongo-stream-notify-log-cmd-delete">
|
||||
<term>
|
||||
<constant>MONGO_STREAM_NOTIFY_LOG_CMD_DELETE</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry xml:id="constant.mongo-stream-notify-log-write-batch">
|
||||
<term>
|
||||
<constant>MONGO_STREAM_NOTIFY_LOG_WRITE_BATCH</constant>
|
||||
(<type>integer</type>)
|
||||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</para>
|
||||
</appendix>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
sgml-omittag:t
|
||||
sgml-shorttag:t
|
||||
sgml-minimize-attributes:nil
|
||||
sgml-always-quote-attributes:t
|
||||
sgml-indent-step:1
|
||||
sgml-indent-data:t
|
||||
indent-tabs-mode:nil
|
||||
sgml-parent-document:nil
|
||||
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
Loading…
Reference in a new issue