2015-03-24 18:15:02 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-03-30 12:56:33 +00:00
|
|
|
<!-- $Revision$ -->
|
2015-03-24 18:15:02 +00:00
|
|
|
|
|
|
|
<phpdoc:classref xml:id="class.mongodb-driver-cursorid" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
|
|
|
2017-08-30 15:57:18 +00:00
|
|
|
<title>The MongoDB\Driver\CursorId class</title>
|
|
|
|
<titleabbrev>MongoDB\Driver\CursorId</titleabbrev>
|
2015-03-24 18:15:02 +00:00
|
|
|
|
|
|
|
<partintro>
|
|
|
|
|
2017-08-30 15:57:18 +00:00
|
|
|
<!-- {{{ MongoDB\Driver\CursorId intro -->
|
2015-03-24 18:15:02 +00:00
|
|
|
<section xml:id="mongodb-driver-cursorid.intro">
|
|
|
|
&reftitle.intro;
|
|
|
|
<para>
|
2017-08-29 14:01:15 +00:00
|
|
|
The <classname>MongoDB\Driver\CursorID</classname> class is a value object
|
|
|
|
that represents a cursor ID. Instances of this class are returned by
|
|
|
|
<function>MongoDB\Driver\Cursor::getId</function>.
|
2015-03-24 18:15:02 +00:00
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
<!-- }}} -->
|
|
|
|
|
|
|
|
<section xml:id="mongodb-driver-cursorid.synopsis">
|
|
|
|
&reftitle.classsynopsis;
|
|
|
|
|
|
|
|
<!-- {{{ Synopsis -->
|
|
|
|
<classsynopsis>
|
2017-08-30 15:57:18 +00:00
|
|
|
<ooclass><classname>MongoDB\Driver\CursorId</classname></ooclass>
|
2015-03-24 18:15:02 +00:00
|
|
|
|
|
|
|
<!-- {{{ Class synopsis -->
|
|
|
|
<classsynopsisinfo>
|
|
|
|
<modifier>final</modifier>
|
|
|
|
<ooclass>
|
2017-08-30 15:57:18 +00:00
|
|
|
<classname>MongoDB\Driver\CursorId</classname>
|
2015-03-24 18:15:02 +00:00
|
|
|
</ooclass>
|
2020-02-03 11:01:04 +00:00
|
|
|
|
|
|
|
<oointerface>
|
|
|
|
<interfacename>Serializable</interfacename>
|
|
|
|
</oointerface>
|
2015-03-24 18:15:02 +00:00
|
|
|
</classsynopsisinfo>
|
|
|
|
<!-- }}} -->
|
|
|
|
|
|
|
|
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
|
|
|
|
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.mongodb-driver-cursorid')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" />
|
|
|
|
</classsynopsis>
|
|
|
|
<!-- }}} -->
|
|
|
|
|
|
|
|
</section>
|
|
|
|
|
2020-02-03 15:29:05 +00:00
|
|
|
<section role="changelog">
|
|
|
|
&reftitle.changelog;
|
|
|
|
<para>
|
|
|
|
<informaltable>
|
|
|
|
<tgroup cols="2">
|
|
|
|
<thead>
|
|
|
|
<row>
|
|
|
|
<entry>&Version;</entry>
|
|
|
|
<entry>&Description;</entry>
|
|
|
|
</row>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
<row>
|
2020-10-25 15:11:56 +00:00
|
|
|
<entry>PECL mongodb 1.7.0</entry>
|
2020-02-03 15:29:05 +00:00
|
|
|
<entry>
|
|
|
|
Implements <interfacename>Serializable</interfacename>.
|
|
|
|
</entry>
|
|
|
|
</row>
|
|
|
|
</tbody>
|
|
|
|
</tgroup>
|
|
|
|
</informaltable>
|
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
|
2015-03-24 18:15:02 +00:00
|
|
|
</partintro>
|
|
|
|
|
|
|
|
&reference.mongodb.mongodb.driver.entities.cursorid;
|
|
|
|
|
|
|
|
</phpdoc:classref>
|
|
|
|
|
|
|
|
<!-- 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
|
|
|
|
-->
|