Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > 2b917e0437961edec048f1d15e2d7449 > files > 837

php-manual-en-7.2.11-1.mga7.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 GMP class</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="function.gmp-xor.html">gmp_xor</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="book.lapack.html">Lapack</a></div>
 <div class="up"><a href="book.gmp.html">GMP</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="class.gmp" class="reference">

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

 <div class="partintro"><p class="verinfo">(PHP 5 &gt;= 5.6.0, PHP 7)</p>
  <div class="section" id="gmp.intro">
   <h2 class="title">Introduction</h2>
   <p class="para">
    A GMP number. These objects support overloaded
    <a href="language.operators.arithmetic.html" class="link">arithmetic</a>,
    <a href="language.operators.bitwise.html" class="link">bitwise</a> and
    <a href="language.operators.comparison.html" class="link">comparison</a> operators.
   </p>
   <blockquote class="note"><p><strong class="note">Note</strong>: 
    <p class="para">
     No object oriented interface is provided to manipulate
     <strong class="classname">GMP</strong> objects. Please use the
     <a href="book.gmp.html" class="link">procedural GMP API</a>.
    </p>
   </p></blockquote>
  </div>

  <div class="section" id="gmp.synopsis">
   <div class="classsynopsis">
    <div class="ooclass"></div>

    <div class="classsynopsisinfo">
     <span class="ooclass">
      <strong class="classname">GMP</strong>
     </span>
     <span class="oointerface">implements 
      <span class="interfacename"><a href="class.serializable.html" class="interfacename">Serializable</a></span>
     </span>
     {</div>
   }</div>
  </div>
 </div>

</div>
<hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="function.gmp-xor.html">gmp_xor</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="book.lapack.html">Lapack</a></div>
 <div class="up"><a href="book.gmp.html">GMP</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>