Sophie

Sophie

distrib > Mageia > 4 > i586 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 4928

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

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="function.odbc-execute.html">odbc_execute</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.odbc-fetch-into.html">odbc_fetch_into</a></div>
 <div class="up"><a href="ref.uodbc.html">ODBC Functions</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="function.odbc-fetch-array" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">odbc_fetch_array</h1>
  <p class="verinfo">(PHP 4 &gt;= 4.0.2, PHP 5)</p><p class="refpurpose"><span class="refname">odbc_fetch_array</span> &mdash; <span class="dc-title">Fetch a result row as an associative array</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.odbc-fetch-array-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="type">array</span> <span class="methodname"><strong>odbc_fetch_array</strong></span>
    ( <span class="methodparam"><span class="type">resource</span> <code class="parameter">$result</code></span>
   [, <span class="methodparam"><span class="type">int</span> <code class="parameter">$rownumber</code></span>
  ] )</div>

  <p class="para rdfs-comment">
   Fetch an associative <span class="type"><a href="language.types.array.html" class="type array">array</a></span> from an ODBC query. See the 
   changelog below for when this function is available.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.odbc-fetch-array-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 result resource from  <span class="function"><a href="function.odbc-exec.html" class="function">odbc_exec()</a></span>.
      </p>
     </dd>

    </dt>

    <dt>

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

      <p class="para">
       Optionally choose which row number to retrieve.
      </p>
     </dd>

    </dt>

   </dl>

  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.odbc-fetch-array-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.
  </p>
 </div>


 <div class="refsect1 changelog" id="refsect1-function.odbc-fetch-array-changelog">
  <h3 class="title">Changelog</h3>
  <p class="para">
   <table class="doctable informaltable">
    
     <thead>
      <tr>
       <th>Version</th>
       <th>Description</th>
      </tr>

     </thead>

     <tbody class="tbody">
      <tr>
       <td>4.3.3</td>
       <td>
        This function exists when compiled with IBM DB2 or UnixODBC support.
       </td>
      </tr>

      <tr>
       <td>4.3.2</td>
       <td>
        This function exists when compiled for Windows.
       </td>
      </tr>

      <tr>
       <td>4.0.2</td>
       <td>
        This function exists when compiled with DBMaker support.
       </td>
      </tr>

     </tbody>
    
   </table>

  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.odbc-fetch-array-seealso">
  <h3 class="title">See Also</h3>
  <p class="para">
   <ul class="simplelist">
    <li class="member"> <span class="function"><a href="function.odbc-fetch-row.html" class="function" rel="rdfs-seeAlso">odbc_fetch_row()</a> - Fetch a row</span></li>
    <li class="member"> <span class="function"><a href="function.odbc-fetch-object.html" class="function" rel="rdfs-seeAlso">odbc_fetch_object()</a> - Fetch a result row as an object</span></li>
    <li class="member"> <span class="function"><a href="function.odbc-num-rows.html" class="function" rel="rdfs-seeAlso">odbc_num_rows()</a> - Number of rows in a result</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.odbc-execute.html">odbc_execute</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.odbc-fetch-into.html">odbc_fetch_into</a></div>
 <div class="up"><a href="ref.uodbc.html">ODBC Functions</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>