<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/mongodb.bson.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'zh',
  ),
  'this' => 
  array (
    0 => 'class.mongodb-bson-maxkey.php',
    1 => 'MongoDB\\BSON\\MaxKey',
    2 => 'The MongoDB\\BSON\\MaxKey class',
  ),
  'up' => 
  array (
    0 => 'mongodb.bson.php',
    1 => 'MongoDB\\BSON',
  ),
  'prev' => 
  array (
    0 => 'mongodb-bson-javascript.tostring.php',
    1 => 'MongoDB\\BSON\\Javascript::__toString',
  ),
  'next' => 
  array (
    0 => 'mongodb-bson-maxkey.construct.php',
    1 => 'MongoDB\\BSON\\MaxKey::__construct',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/mongodb/bson/maxkey.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/class.mongodb-bson-maxkey.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="class.mongodb-bson-maxkey" class="reference">

 <h1 class="title">The MongoDB\BSON\MaxKey class</h1>
 

 <div class="partintro"><p class="verinfo">(mongodb &gt;=1.0.0)</p>


  <div class="section" id="mongodb-bson-maxkey.intro">
   <h2 class="title">简介</h2>
   <p class="simpara">
    Special BSON type which compares higher than all other possible BSON element
    values.
   </p>
   <blockquote class="note"><p><strong class="note">注意</strong>: 
    <span class="simpara">
     This is an internal MongoDB type used for indexing and sharding.
    </span>
   </p></blockquote>
  </div>


  <div class="section" id="mongodb-bson-maxkey.synopsis">
   <h2 class="title">类摘要</h2>


   <div class="classsynopsis">
    <span class="ooclass"><strong class="classname"></strong></span>


    <div class="classsynopsisinfo">
     <span class="modifier">final</span>
     <span class="ooclass">
      <span class="modifier">class</span> <strong class="classname">MongoDB\BSON\MaxKey</strong>
     </span>

     <span class="oointerface"><span class="modifier">implements</span> 
       <a href="class.mongodb-bson-maxkeyinterface.php" class="interfacename">MongoDB\BSON\MaxKeyInterface</a></span><span class="oointerface">,  <a href="class.mongodb-bson-type.php" class="interfacename">MongoDB\BSON\Type</a></span><span class="oointerface">,  <a href="class.jsonserializable.php" class="interfacename">JsonSerializable</a></span> {</div>


    <div class="classsynopsisinfo classsynopsisinfo_comment">/* 方法 */</div>
    <div class="methodsynopsis dc-description">
   <span class="modifier">final</span> <span class="modifier">public</span> <span class="methodname"><a href="mongodb-bson-maxkey.construct.php" class="methodname">__construct</a></span>()</div>
<div class="methodsynopsis dc-description"><span class="modifier">final</span> <span class="modifier">public</span> <span class="methodname"><a href="mongodb-bson-maxkey.jsonserialize.php" class="methodname">jsonSerialize</a></span>(): <span class="type"><a href="language.types.mixed.php" class="type mixed">mixed</a></span></div>

   }</div>


  </div>

  <div class="section">
   <h2 class="title">更新日志</h2>
   <table class="doctable informaltable">
    
     <thead>
      <tr>
       <th>版本</th>
       <th>说明</th>
      </tr>

     </thead>

     <tbody class="tbody">
      
       <tr>
        <td>PECL mongodb 2.0.0</td>
        <td>
         <p class="para">
          此类不再实现 <span class="interfacename"><a href="class.serializable.php" class="interfacename">Serializable</a></span> 接口。
         </p>
        </td>
       </tr>


      <tr>
       <td>PECL mongodb 1.3.0</td>
       <td>
        Implements <span class="interfacename"><a href="class.mongodb-bson-maxkeyinterface.php" class="interfacename">MongoDB\BSON\MaxKeyInterface</a></span>.
       </td>
      </tr>

      <tr>
       <td>PECL mongodb 1.2.0</td>
       <td>
        Implements <span class="interfacename"><a href="class.serializable.php" class="interfacename">Serializable</a></span> and
        <span class="interfacename"><a href="class.jsonserializable.php" class="interfacename">JsonSerializable</a></span>.
       </td>
      </tr>

     </tbody>
    
   </table>

  </div>

 </div>

 
 













<h2>目录</h2><ul class="chunklist chunklist_reference"><li><a href="mongodb-bson-maxkey.construct.php">MongoDB\BSON\MaxKey::__construct</a> — Construct a new MaxKey</li><li><a href="mongodb-bson-maxkey.jsonserialize.php">MongoDB\BSON\MaxKey::jsonSerialize</a> — Returns a representation that can be converted to JSON</li></ul>
</div>
<?php manual_footer($setup); ?>