Sophie

Sophie

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

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>Creates a new QuickHashStringIntHash object</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="quickhashstringinthash.add.html">QuickHashStringIntHash::add</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="quickhashstringinthash.delete.html">QuickHashStringIntHash::delete</a></div>
 <div class="up"><a href="class.quickhashstringinthash.html">QuickHashStringIntHash</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="quickhashstringinthash.construct" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">QuickHashStringIntHash::__construct</h1>
  <p class="verinfo">(No version information available, might only be in SVN)</p><p class="refpurpose"><span class="refname">QuickHashStringIntHash::__construct</span> &mdash; <span class="dc-title">Creates a new QuickHashStringIntHash object</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-quickhashstringinthash.construct-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span>  <span class="methodname"><strong>QuickHashStringIntHash::__construct</strong></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 class="initializer"> = 0</span></span>
  ] )</div>

  <p class="para rdfs-comment">
   This constructor creates a new QuickHashStringIntHash. The size is the amount of
   bucket lists to create. The more lists there are, the less collisions you
   will have. Options are also supported.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-quickhashstringinthash.construct-parameters">
  <h3 class="title">Parameters</h3>
  <p class="para">
   <dl>

    <dt>

     <span class="term"><em><code class="parameter">size</code></em></span>
     <dd>

      <p class="para">
       The amount of bucket lists to configure. The number you pass in will be
       automatically rounded up to the next power of two. It is also
       automatically limited from 64 to 4194304.
      </p>
     </dd>

    </dt>

    <dt>

     <span class="term"><em><code class="parameter">options</code></em></span>
     <dd>

      <p class="para">
       The options that you can pass in are:
       QuickHashStringIntHash::CHECK_FOR_DUPES, which makes sure no duplicate
       entries are added to the hash and
       QuickHashStringIntHash::DO_NOT_USE_ZEND_ALLOC to not use PHP&#039;s internal
       memory manager.
      </p>
     </dd>

    </dt>

   </dl>

  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-quickhashstringinthash.construct-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   Returns a new QuickHashStringIntHash object.
  </p>
 </div>


 <div class="refsect1 examples" id="refsect1-quickhashstringinthash.construct-examples">
  <h3 class="title">Examples</h3>
  <p class="para">
   <div class="example" id="example-5153">
    <p><strong>Example #1  <span class="function"><strong>QuickHashStringIntHash::__construct()</strong></span> example</strong></p>
    <div class="example-contents">
<div class="phpcode"><code><span style="color: #000000">
<span style="color: #0000BB">&lt;?php<br />var_dump</span><span style="color: #007700">(&nbsp;new&nbsp;</span><span style="color: #0000BB">QuickHashStringIntHash</span><span style="color: #007700">(&nbsp;</span><span style="color: #0000BB">1024&nbsp;</span><span style="color: #007700">)&nbsp;);<br /></span><span style="color: #0000BB">var_dump</span><span style="color: #007700">(&nbsp;new&nbsp;</span><span style="color: #0000BB">QuickHashStringIntHash</span><span style="color: #007700">(&nbsp;</span><span style="color: #0000BB">1024</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">QuickHashStringIntHash</span><span style="color: #007700">::</span><span style="color: #0000BB">CHECK_FOR_DUPES&nbsp;</span><span style="color: #007700">)&nbsp;);<br /></span><span style="color: #0000BB">?&gt;</span>
</span>
</code></div>
    </div>

   </div>
  </p>
 </div>



</div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="quickhashstringinthash.add.html">QuickHashStringIntHash::add</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="quickhashstringinthash.delete.html">QuickHashStringIntHash::delete</a></div>
 <div class="up"><a href="class.quickhashstringinthash.html">QuickHashStringIntHash</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>