Sophie

Sophie

distrib > Mageia > 7 > armv7hl > by-pkgid > 2b917e0437961edec048f1d15e2d7449 > files > 5398

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

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="function.odbc-fetch-into.html">odbc_fetch_into</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.odbc-fetch-row.html">odbc_fetch_row</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-object" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">odbc_fetch_object</h1>
  <p class="verinfo">(PHP 4 &gt;= 4.0.2, PHP 5, PHP 7)</p><p class="refpurpose"><span class="refname">odbc_fetch_object</span> &mdash; <span class="dc-title">Fetch a result row as an object</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.odbc-fetch-object-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="type">object</span> <span class="methodname"><strong>odbc_fetch_object</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 <span class="type"><a href="language.types.object.html" class="type object">object</a></span> from an ODBC query.
  </p>
 </div>


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

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

     <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>
<code class="parameter">rownumber</code></dt>

     <dd>

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

    
   </dl>

  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.odbc-fetch-object-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   Returns an object that corresponds to the fetched row, or <strong><code>FALSE</code></strong> if there 
   are no more rows.
  </p>
 </div>


 <div class="refsect1 notes" id="refsect1-function.odbc-fetch-object-notes">
  <h3 class="title">Notes</h3>
  <blockquote class="note"><p><strong class="note">Note</strong>: 
   <span class="simpara">
    This function exists when compiled with DBMaker, IBM DB2 or UnixODBC support.
   </span>
  </p></blockquote>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.odbc-fetch-object-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-array.html" class="function" rel="rdfs-seeAlso">odbc_fetch_array()</a> - Fetch a result row as an associative array</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-fetch-into.html">odbc_fetch_into</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.odbc-fetch-row.html">odbc_fetch_row</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>