<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/refs.basic.vartype.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'zh',
  ),
  'this' => 
  array (
    0 => 'book.quickhash.php',
    1 => 'Quickhash',
    2 => 'Quickhash',
  ),
  'up' => 
  array (
    0 => 'refs.basic.vartype.php',
    1 => '变量与类型相关扩展',
  ),
  'prev' => 
  array (
    0 => 'function.unregister-tick-function.php',
    1 => 'unregister_tick_function',
  ),
  'next' => 
  array (
    0 => 'quickhash.setup.php',
    1 => '安装/配置',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/quickhash/book.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/book.quickhash.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="book.quickhash" class="book">
 
 <h1 class="title">Quickhash</h1>
 

 <div id="intro.quickhash" class="preface">
  <h1 class="title">简介</h1>
  <p class="simpara">
   The quickhash extension contains a set of specific strongly-typed classes
   to deal with specific set and hash implementations.
  </p>
 </div>

 




 







 




 




 




 




<ul class="chunklist chunklist_book"><li><a href="quickhash.setup.php">安装/配置</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="quickhash.requirements.php">需求</a></li><li><a href="quickhash.installation.php">安装</a></li></ul></li><li><a href="quickhash.examples.php">示例</a></li><li><a href="class.quickhashintset.php">QuickHashIntSet</a> — The QuickHashIntSet class<ul class="chunklist chunklist_book chunklist_children"><li><a href="quickhashintset.add.php">QuickHashIntSet::add</a> — This method adds a new entry to the set</li><li><a href="quickhashintset.construct.php">QuickHashIntSet::__construct</a> — Creates a new QuickHashIntSet object</li><li><a href="quickhashintset.delete.php">QuickHashIntSet::delete</a> — This method deletes an entry from the set</li><li><a href="quickhashintset.exists.php">QuickHashIntSet::exists</a> — This method checks whether a key is part of the set</li><li><a href="quickhashintset.getsize.php">QuickHashIntSet::getSize</a> — Returns the number of elements in the set</li><li><a href="quickhashintset.loadfromfile.php">QuickHashIntSet::loadFromFile</a> — This factory method creates a set from a file</li><li><a href="quickhashintset.loadfromstring.php">QuickHashIntSet::loadFromString</a> — This factory method creates a set from a string</li><li><a href="quickhashintset.savetofile.php">QuickHashIntSet::saveToFile</a> — This method stores an in-memory set to disk</li><li><a href="quickhashintset.savetostring.php">QuickHashIntSet::saveToString</a> — This method returns a serialized version of the set</li></ul></li><li><a href="class.quickhashinthash.php">QuickHashIntHash</a> — The QuickHashIntHash class<ul class="chunklist chunklist_book chunklist_children"><li><a href="quickhashinthash.add.php">QuickHashIntHash::add</a> — This method adds a new entry to the hash</li><li><a href="quickhashinthash.construct.php">QuickHashIntHash::__construct</a> — Creates a new QuickHashIntHash object</li><li><a href="quickhashinthash.delete.php">QuickHashIntHash::delete</a> — This method deletes an entry from the hash</li><li><a href="quickhashinthash.exists.php">QuickHashIntHash::exists</a> — This method checks whether a key is part of the hash</li><li><a href="quickhashinthash.get.php">QuickHashIntHash::get</a> — This method retrieves a value from the hash by its key</li><li><a href="quickhashinthash.getsize.php">QuickHashIntHash::getSize</a> — Returns the number of elements in the hash</li><li><a href="quickhashinthash.loadfromfile.php">QuickHashIntHash::loadFromFile</a> — This factory method creates a hash from a file</li><li><a href="quickhashinthash.loadfromstring.php">QuickHashIntHash::loadFromString</a> — This factory method creates a hash from a string</li><li><a href="quickhashinthash.savetofile.php">QuickHashIntHash::saveToFile</a> — This method stores an in-memory hash to disk</li><li><a href="quickhashinthash.savetostring.php">QuickHashIntHash::saveToString</a> — This method returns a serialized version of the hash</li><li><a href="quickhashinthash.set.php">QuickHashIntHash::set</a> — This method updates an entry in the hash with a new value, or
  adds a new one if the entry doesn't exist</li><li><a href="quickhashinthash.update.php">QuickHashIntHash::update</a> — This method updates an entry in the hash with a new value</li></ul></li><li><a href="class.quickhashstringinthash.php">QuickHashStringIntHash</a> — The QuickHashStringIntHash class<ul class="chunklist chunklist_book chunklist_children"><li><a href="quickhashstringinthash.add.php">QuickHashStringIntHash::add</a> — This method adds a new entry to the hash</li><li><a href="quickhashstringinthash.construct.php">QuickHashStringIntHash::__construct</a> — Creates a new QuickHashStringIntHash object</li><li><a href="quickhashstringinthash.delete.php">QuickHashStringIntHash::delete</a> — This method deletes an entry from the hash</li><li><a href="quickhashstringinthash.exists.php">QuickHashStringIntHash::exists</a> — This method checks whether a key is part of the hash</li><li><a href="quickhashstringinthash.get.php">QuickHashStringIntHash::get</a> — This method retrieves a value from the hash by its key</li><li><a href="quickhashstringinthash.getsize.php">QuickHashStringIntHash::getSize</a> — Returns the number of elements in the hash</li><li><a href="quickhashstringinthash.loadfromfile.php">QuickHashStringIntHash::loadFromFile</a> — This factory method creates a hash from a file</li><li><a href="quickhashstringinthash.loadfromstring.php">QuickHashStringIntHash::loadFromString</a> — This factory method creates a hash from a string</li><li><a href="quickhashstringinthash.savetofile.php">QuickHashStringIntHash::saveToFile</a> — This method stores an in-memory hash to disk</li><li><a href="quickhashstringinthash.savetostring.php">QuickHashStringIntHash::saveToString</a> — This method returns a serialized version of the hash</li><li><a href="quickhashstringinthash.set.php">QuickHashStringIntHash::set</a> — This method updates an entry in the hash with a new value, or
  adds a new one if the entry doesn't exist</li><li><a href="quickhashstringinthash.update.php">QuickHashStringIntHash::update</a> — This method updates an entry in the hash with a new value</li></ul></li><li><a href="class.quickhashintstringhash.php">QuickHashIntStringHash</a> — The QuickHashIntStringHash class<ul class="chunklist chunklist_book chunklist_children"><li><a href="quickhashintstringhash.add.php">QuickHashIntStringHash::add</a> — This method adds a new entry to the hash</li><li><a href="quickhashintstringhash.construct.php">QuickHashIntStringHash::__construct</a> — Creates a new QuickHashIntStringHash object</li><li><a href="quickhashintstringhash.delete.php">QuickHashIntStringHash::delete</a> — This method deletes an entry from the hash</li><li><a href="quickhashintstringhash.exists.php">QuickHashIntStringHash::exists</a> — This method checks whether a key is part of the hash</li><li><a href="quickhashintstringhash.get.php">QuickHashIntStringHash::get</a> — This method retrieves a value from the hash by its key</li><li><a href="quickhashintstringhash.getsize.php">QuickHashIntStringHash::getSize</a> — Returns the number of elements in the hash</li><li><a href="quickhashintstringhash.loadfromfile.php">QuickHashIntStringHash::loadFromFile</a> — This factory method creates a hash from a file</li><li><a href="quickhashintstringhash.loadfromstring.php">QuickHashIntStringHash::loadFromString</a> — This factory method creates a hash from a string</li><li><a href="quickhashintstringhash.savetofile.php">QuickHashIntStringHash::saveToFile</a> — This method stores an in-memory hash to disk</li><li><a href="quickhashintstringhash.savetostring.php">QuickHashIntStringHash::saveToString</a> — This method returns a serialized version of the hash</li><li><a href="quickhashintstringhash.set.php">QuickHashIntStringHash::set</a> — This method updates an entry in the hash with a new value, or
  adds a new one if the entry doesn't exist</li><li><a href="quickhashintstringhash.update.php">QuickHashIntStringHash::update</a> — This method updates an entry in the hash with a new value</li></ul></li></ul></div><?php manual_footer($setup); ?>