Sophie

Sophie

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

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>Get a result row as an enumerated array</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="function.sybase-fetch-object.html">sybase_fetch_object</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.sybase-field-seek.html">sybase_field_seek</a></div>
 <div class="up"><a href="ref.sybase.html">Sybase Functions</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="function.sybase-fetch-row" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">sybase_fetch_row</h1>
  <p class="verinfo">(PHP 4, PHP 5)</p><p class="refpurpose"><span class="refname">sybase_fetch_row</span> &mdash; <span class="dc-title">Get a result row as an enumerated array</span></p>

 </div>
 
 <div id="function.sybase-fetch-row-refsynopsisdiv">
   <div class="warning"><strong class="warning">Warning</strong><p class="simpara">This function was
<em class="emphasis">REMOVED</em> in PHP 7.0.0.</p></div>
 </div>

 <div class="refsect1 description" id="refsect1-function.sybase-fetch-row-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="type">array</span> <span class="methodname"><strong>sybase_fetch_row</strong></span>
    ( <span class="methodparam"><span class="type">resource</span> <code class="parameter">$result</code></span>
   )</div>

  <p class="para rdfs-comment">
   <span class="function"><strong>sybase_fetch_row()</strong></span> fetches one row of data
   from the result associated with the specified result identifier.
  </p>
  <p class="para">
   Subsequent call to <span class="function"><strong>sybase_fetch_row()</strong></span> would
   return the next row in the result set, or <strong><code>FALSE</code></strong> if there are no
   more rows.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.sybase-fetch-row-parameters">
  <h3 class="title">Parameters</h3>
  <p class="para">
   <dl>

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

     <dd>

      <p class="para">
      </p>
     </dd>

    
   </dl>

  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.sybase-fetch-row-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   Returns an array that corresponds to the fetched row, or <strong><code>FALSE</code></strong> if there
   are no more rows. Each result column is stored in an array offset,
   starting at offset 0.
  </p>
  <table class="doctable table">
   <caption><strong>Data types</strong></caption>
   
    <thead>
     <tr>
      <th>PHP</th>
      <th>Sybase</th>
     </tr>

    </thead>

    <tbody class="tbody">
     <tr>
      <td>string</td>
      <td>VARCHAR, TEXT, CHAR, IMAGE, BINARY, VARBINARY, DATETIME</td>
     </tr>

     <tr>
      <td>int</td>
      <td>NUMERIC (w/o precision), DECIMAL (w/o precision), INT, BIT, TINYINT, SMALLINT</td>
     </tr>

     <tr>
      <td>float</td>
      <td>NUMERIC (w/ precision), DECIMAL (w/ precision), REAL, FLOAT, MONEY</td>
     </tr>

     <tr>
      <td><strong><code>NULL</code></strong></td>
      <td>NULL</td>
     </tr>

    </tbody>
   
  </table>

 </div>


 <div class="refsect1 seealso" id="refsect1-function.sybase-fetch-row-seealso">
  <h3 class="title">See Also</h3>
  <p class="para">
   <ul class="simplelist">
    <li class="member"><span class="function"><a href="function.sybase-fetch-array.html" class="function" rel="rdfs-seeAlso">sybase_fetch_array()</a> - Fetch row as array</span></li>
    <li class="member"><span class="function"><a href="function.sybase-fetch-assoc.html" class="function" rel="rdfs-seeAlso">sybase_fetch_assoc()</a> - Fetch a result row as an associative array</span></li>
    <li class="member"><span class="function"><a href="function.sybase-fetch-object.html" class="function" rel="rdfs-seeAlso">sybase_fetch_object()</a> - Fetch a row as an object</span></li>
    <li class="member"><span class="function"><a href="function.sybase-data-seek.html" class="function" rel="rdfs-seeAlso">sybase_data_seek()</a> - Moves internal row pointer</span></li>
    <li class="member"><span class="function"><a href="function.sybase-result.html" class="function" rel="rdfs-seeAlso">sybase_result()</a> - Get result data</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.sybase-fetch-object.html">sybase_fetch_object</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.sybase-field-seek.html">sybase_field_seek</a></div>
 <div class="up"><a href="ref.sybase.html">Sybase Functions</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>