Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 962

php-manual-en-5.5.7-1.mga4.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>The QuickHashIntHash class</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="quickhashintset.savetostring.html">QuickHashIntSet::saveToString</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="quickhashinthash.add.html">QuickHashIntHash::add</a></div>
 <div class="up"><a href="book.quickhash.html">Quickhash</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="class.quickhashinthash" class="reference">

 <h1 class="title">The QuickHashIntHash class</h1>
 

 <div class="partintro"><p class="verinfo">(PECL quickhash &gt;= Unknown)</p>


  <div class="section" id="quickhashinthash.intro">
   <h2 class="title">Introduction</h2>
   <p class="para">
    This class wraps around a hash containing integer numbers, where the
    values are also integer numbers. Hashes are also available as
    implementation of the ArrayAccess interface.
   </p>
   <p class="para">
    Hashes can also be iterated over with foreach as the Iterator interface is
    implemented as well. The order of which elements are returned in is not
    guaranteed.
   </p>
  </div>


  <div class="section" id="quickhashinthash.synopsis">
   <h2 class="title">Class synopsis</h2>


   <div class="classsynopsis">
    <div class="ooclass"></div>


    <div class="classsynopsisinfo">
     <span class="ooclass">
      <strong class="classname">QuickHashIntHash</strong>
     </span>
     {</div>

    <div class="classsynopsisinfo classsynopsisinfo_comment">/* Constants */</div>
    <div class="fieldsynopsis">
     <span class="modifier">const</span>
     <span class="type">integer</span>
      <var class="fieldsynopsis_varname"><a href="class.quickhashinthash.html#quickhashinthash.constants.check-for-dupes"><var class="varname">CHECK_FOR_DUPES</var></a></var>
     <span class="initializer"> = 1</span>
    ;</div>

    <div class="fieldsynopsis">
     <span class="modifier">const</span>
     <span class="type">integer</span>
      <var class="fieldsynopsis_varname"><a href="class.quickhashinthash.html#quickhashinthash.constants.do-not-use-zend-alloc"><var class="varname">DO_NOT_USE_ZEND_ALLOC</var></a></var>
     <span class="initializer"> = 2</span>
    ;</div>

    <div class="fieldsynopsis">
     <span class="modifier">const</span>
     <span class="type">integer</span>
      <var class="fieldsynopsis_varname"><a href="class.quickhashinthash.html#quickhashinthash.constants.hasher-no-hash"><var class="varname">HASHER_NO_HASH</var></a></var>
     <span class="initializer"> = 256</span>
    ;</div>

    <div class="fieldsynopsis">
     <span class="modifier">const</span>
     <span class="type">integer</span>
      <var class="fieldsynopsis_varname"><a href="class.quickhashinthash.html#quickhashinthash.constants.hasher-jenkins1"><var class="varname">HASHER_JENKINS1</var></a></var>
     <span class="initializer"> = 512</span>
    ;</div>

    <div class="fieldsynopsis">
     <span class="modifier">const</span>
     <span class="type">integer</span>
      <var class="fieldsynopsis_varname"><a href="class.quickhashinthash.html#quickhashinthash.constants.hasher-jenkins2"><var class="varname">HASHER_JENKINS2</var></a></var>
     <span class="initializer"> = 1024</span>
    ;</div>

    
    <div class="classsynopsisinfo classsynopsisinfo_comment">/* Methods */</div>
    <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="type">bool</span> <span class="methodname"><a href="quickhashinthash.add.html" class="methodname">add</a></span>
    ( <span class="methodparam"><span class="type">int</span> <code class="parameter">$key</code></span>
   [, <span class="methodparam"><span class="type">int</span> <code class="parameter">$value</code></span>
  ] )</div>
<div class="methodsynopsis dc-description">
   <span class="modifier">public</span>  <span class="methodname"><a href="quickhashinthash.construct.html" class="methodname">__construct</a></span>
    ( <span class="methodparam"><span class="type">int</span> <code class="parameter">$size</code></span>
   [, <span class="methodparam"><span class="type">int</span> <code class="parameter">$options</code></span>
  ] )</div>
<div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="type">bool</span> <span class="methodname"><a href="quickhashinthash.delete.html" class="methodname">delete</a></span>
    ( <span class="methodparam"><span class="type">int</span> <code class="parameter">$key</code></span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="type">bool</span> <span class="methodname"><a href="quickhashinthash.exists.html" class="methodname">exists</a></span>
    ( <span class="methodparam"><span class="type">int</span> <code class="parameter">$key</code></span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="type">int</span> <span class="methodname"><a href="quickhashinthash.get.html" class="methodname">get</a></span>
    ( <span class="methodparam"><span class="type">int</span> <code class="parameter">$key</code></span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="type">int</span> <span class="methodname"><a href="quickhashinthash.getsize.html" class="methodname">getSize</a></span> ( <span class="methodparam">void</span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="modifier">static</span> <span class="type">QuickHashIntHash</span> <span class="methodname"><a href="quickhashinthash.loadfromfile.html" class="methodname">loadFromFile</a></span>
    ( <span class="methodparam"><span class="type">string</span> <code class="parameter">$filename</code></span>
   [, <span class="methodparam"><span class="type">int</span> <code class="parameter">$options</code></span>
  ] )</div>
<div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="modifier">static</span> <span class="type">QuickHashIntHash</span> <span class="methodname"><a href="quickhashinthash.loadfromstring.html" class="methodname">loadFromString</a></span>
    ( <span class="methodparam"><span class="type">string</span> <code class="parameter">$contents</code></span>
   [, <span class="methodparam"><span class="type">int</span> <code class="parameter">$options</code></span>
  ] )</div>
<div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="type">void</span> <span class="methodname"><a href="quickhashinthash.savetofile.html" class="methodname">saveToFile</a></span>
    ( <span class="methodparam"><span class="type">string</span> <code class="parameter">$filename</code></span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="type">string</span> <span class="methodname"><a href="quickhashinthash.savetostring.html" class="methodname">saveToString</a></span> ( <span class="methodparam">void</span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="type">bool</span> <span class="methodname"><a href="quickhashinthash.set.html" class="methodname">set</a></span>
    ( <span class="methodparam"><span class="type">int</span> <code class="parameter">$key</code></span>
   , <span class="methodparam"><span class="type">int</span> <code class="parameter">$value</code></span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="type">bool</span> <span class="methodname"><a href="quickhashinthash.update.html" class="methodname">update</a></span>
    ( <span class="methodparam"><span class="type">int</span> <code class="parameter">$key</code></span>
   , <span class="methodparam"><span class="type">int</span> <code class="parameter">$value</code></span>
   )</div>

   }</div>


  </div>
  

  <div class="section" id="quickhashinthash.constants">
   <h2 class="title">Predefined Constants</h2>
   <dl>


    <dt id="quickhashinthash.constants.check-for-dupes">
     <span class="term"><strong><code>QuickHashIntHash::CHECK_FOR_DUPES</code></strong></span>
     <dd>

      <p class="para">If enabled, adding duplicate elements to a set (through either add() or
      loadFromFile()) will result in those elements to be dropped from the
      set. This will take up extra time, so only used when it is required.</p>
     </dd>

    </dt>


    <dt id="quickhashinthash.constants.do-not-use-zend-alloc">
     <span class="term"><strong><code>QuickHashIntHash::DO_NOT_USE_ZEND_ALLOC</code></strong></span>
     <dd>

      <p class="para">Disables the use of PHP&#039;s internal memory manager for internal
      set structures. With this option enabled, internal allocations will not
      count towards the memory_limit settings.</p>
     </dd>

    </dt>


    <dt id="quickhashinthash.constants.hasher-no-hash">
     <span class="term"><strong><code>QuickHashIntHash::HASHER_NO_HASH</code></strong></span>
     <dd>

      <p class="para">Selects to not use a hashing function, but merely use a modulo to
      find the bucket list index. This is not faster than normal hashing, and
      gives more collisions.</p>
     </dd>

    </dt>


    <dt id="quickhashinthash.constants.hasher-jenkins1">
     <span class="term"><strong><code>QuickHashIntHash::HASHER_JENKINS1</code></strong></span>
     <dd>

      <p class="para">This is the default hashing function to turn the integer hashes
      into bucket list indexes.</p>
     </dd>

    </dt>


    <dt id="quickhashinthash.constants.hasher-jenkins2">
     <span class="term"><strong><code>QuickHashIntHash::HASHER_JENKINS2</code></strong></span>
     <dd>

      <p class="para">Selects a variant hashing algorithm.</p>
     </dd>

    </dt>


   </dl>

  </div>



 </div>

 





















































































<h2>Table of Contents</h2><ul class="chunklist chunklist_reference"><li><a href="quickhashinthash.add.html">QuickHashIntHash::add</a> — This method adds a new entry to the hash</li><li><a href="quickhashinthash.construct.html">QuickHashIntHash::__construct</a> — Creates a new QuickHashIntHash object</li><li><a href="quickhashinthash.delete.html">QuickHashIntHash::delete</a> — This method deletes am entry from the hash</li><li><a href="quickhashinthash.exists.html">QuickHashIntHash::exists</a> — This method checks whether a key is part of the hash</li><li><a href="quickhashinthash.get.html">QuickHashIntHash::get</a> — This method retrieves a value from the hash by its key</li><li><a href="quickhashinthash.getsize.html">QuickHashIntHash::getSize</a> — Returns the number of elements in the hash</li><li><a href="quickhashinthash.loadfromfile.html">QuickHashIntHash::loadFromFile</a> — This factory method creates a hash from a file</li><li><a href="quickhashinthash.loadfromstring.html">QuickHashIntHash::loadFromString</a> — This factory method creates a hash from a string</li><li><a href="quickhashinthash.savetofile.html">QuickHashIntHash::saveToFile</a> — This method stores an in-memory hash to disk</li><li><a href="quickhashinthash.savetostring.html">QuickHashIntHash::saveToString</a> — This method returns a serialized version of the hash</li><li><a href="quickhashinthash.set.html">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.html">QuickHashIntHash::update</a> — This method updates an entry in the hash with a new value</li></ul>
</div>
<hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="quickhashintset.savetostring.html">QuickHashIntSet::saveToString</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="quickhashinthash.add.html">QuickHashIntHash::add</a></div>
 <div class="up"><a href="book.quickhash.html">Quickhash</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>