Sophie

Sophie

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

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>Finds whether or not more rows are available</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="function.sqlite-field-name.html">sqlite_field_name</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.sqlite-has-prev.html">sqlite_has_prev</a></div>
 <div class="up"><a href="ref.sqlite.html">SQLite Functions</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="function.sqlite-has-more" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">sqlite_has_more</h1>
  <p class="verinfo">(PHP 5 &lt; 5.4.0, PECL sqlite &gt;= 1.0.0)</p><p class="refpurpose"><span class="refname">sqlite_has_more</span> &mdash; <span class="dc-title">Finds whether or not more rows are available</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.sqlite-has-more-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><strong>sqlite_has_more</strong></span>
    ( <span class="methodparam"><span class="type">resource</span> <code class="parameter">$result</code></span>
   )</div>

  <p class="para rdfs-comment">
   Finds whether more rows are available from the given result set.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.sqlite-has-more-parameters">
  <h3 class="title">Parameters</h3>
  <p class="para">
   <dl>

    
     <dt>
<code class="parameter">result</code></dt>

     <dd>

      <p class="para">
       The SQLite result resource.
      </p>
     </dd>

    
   </dl>

  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.sqlite-has-more-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   Returns <strong><code>TRUE</code></strong> if there are more rows available from the
   <code class="parameter">result</code> handle, or <strong><code>FALSE</code></strong> otherwise.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.sqlite-has-more-seealso">
  <h3 class="title">See Also</h3>
  <p class="para">
   <ul class="simplelist">
    <li class="member"><span class="function"><a href="function.sqlite-num-rows.html" class="function" rel="rdfs-seeAlso">sqlite_num_rows()</a> - Returns the number of rows in a buffered result set</span></li>
    <li class="member"><span class="function"><a href="function.sqlite-changes.html" class="function" rel="rdfs-seeAlso">sqlite_changes()</a> - Returns the number of rows that were changed by the most
   recent SQL statement</span></li>
   </ul>
  </p>
 </div>

</div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="function.sqlite-field-name.html">sqlite_field_name</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.sqlite-has-prev.html">sqlite_has_prev</a></div>
 <div class="up"><a href="ref.sqlite.html">SQLite Functions</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>