php-doc-en/reference/mongo/mongocursortimeoutexception.xml
Hannes Magnusson fb8f8617ef Various markup fixes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328555 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-29 05:37:54 +00:00

73 lines
2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<phpdoc:classref xml:id="class.mongocursortimeoutexception" 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">
<title>The MongoCursorTimeoutException class</title>
<titleabbrev>MongoCursorTimeoutException</titleabbrev>
<partintro>
<!-- {{{ MongoCursorTimeoutException intro -->
<section xml:id="mongocursortimeoutexception.intro">
&reftitle.intro;
<para>
Caused by a query timing out. You can set the length of time to wait before
this exception is thrown by calling
<function>MongoCursor::timeout</function> on the cursor or setting
<literal>MongoCursor::$timeout</literal>. The static variable is useful for
queries such as database commands and
<function>MongoCollection::findOne</function>, both of which implicitly use
cursors.
</para>
</section>
<!-- }}} -->
<section xml:id="mongocursortimeoutexception.synopsis">
&reftitle.classsynopsis;
<!-- {{{ Synopsis -->
<classsynopsis>
<ooclass><classname>MongoCursorTimeoutException</classname></ooclass>
<!-- {{{ Class synopsis -->
<classsynopsisinfo>
<ooclass>
<classname>MongoCursorTimeoutException</classname>
</ooclass>
<ooclass>
<modifier>extends</modifier>
<classname>MongoCursorException</classname>
</ooclass>
</classsynopsisinfo>
<!-- }}} -->
</classsynopsis>
<!-- }}} -->
</section>
</partintro>
</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
-->