Sophie

Sophie

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

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>Returns the number of fields in a result set</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="function.sqlite-next.html">sqlite_next</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.sqlite-num-rows.html">sqlite_num_rows</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-num-fields" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">sqlite_num_fields</h1>
  <h1 class="refname">SQLiteResult::numFields</h1>
  <h1 class="refname">SQLiteUnbuffered::numFields</h1>
  <p class="verinfo">(PHP 5 &lt; 5.4.0, PECL sqlite &gt;= 1.0.0)</p><p class="refpurpose"><span class="refname">sqlite_num_fields</span> -- <span class="refname">SQLiteResult::numFields</span> -- <span class="refname">SQLiteUnbuffered::numFields</span> &mdash; <span class="dc-title">Returns the number of fields in a result set</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.sqlite-num-fields-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="type">int</span> <span class="methodname"><strong>sqlite_num_fields</strong></span>
    ( <span class="methodparam"><span class="type">resource</span> <code class="parameter">$result</code></span>
   )</div>

  <p class="para rdfs-comment">Object oriented style (method):</p>
  <div class="methodsynopsis dc-description">
   <span class="type">int</span> <span class="methodname"><strong>SQLiteResult::numFields</strong></span>
    ( <span class="methodparam">void</span>
   )</div>

  <div class="methodsynopsis dc-description">
   <span class="type">int</span> <span class="methodname"><strong>SQLiteUnbuffered::numFields</strong></span>
    ( <span class="methodparam">void</span>
   )</div>

  <p class="para rdfs-comment">
   Returns the number of fields in the <em><code class="parameter">result</code></em> set.
  </p>
 </div>


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

    <dt>

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

      <p class="para">
       The SQLite result resource.  This parameter is not required when using
       the object-oriented method.
      </p>
     </dd>

    </dt>

   </dl>

  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.sqlite-num-fields-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   Returns the number of fields, as an integer.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.sqlite-num-fields-seealso">
  <h3 class="title">See Also</h3>
  <p class="para">
   <ul class="simplelist">
    <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>
    <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>
   </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-next.html">sqlite_next</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.sqlite-num-rows.html">sqlite_num_rows</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>