Sophie

Sophie

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

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.sybase-fetch-array.html">sybase_fetch_array</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.sybase-fetch-field.html">sybase_fetch_field</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-assoc" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">sybase_fetch_assoc</h1>
  <p class="verinfo">(PHP 4 &gt;= 4.3.0, PHP 5)</p><p class="refpurpose"><span class="refname">sybase_fetch_assoc</span> &mdash; <span class="dc-title">Fetch a result row as an associative array</span></p>

 </div>
 
 <div class="refsect1 description" id="refsect1-function.sybase-fetch-assoc-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="type">array</span> <span class="methodname"><strong>sybase_fetch_assoc</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_assoc()</strong></span> is a version of
    <span class="function"><a href="function.sybase-fetch-row.html" class="function">sybase_fetch_row()</a></span> that uses column names
   instead of integers for indices in the result array. Columns from
   different tables with the same names are returned as
   name, name1, name2, ..., nameN.
  </p>
  <p class="para">
   An important thing to note is that using
    <span class="function"><strong>sybase_fetch_assoc()</strong></span> is NOT significantly
   slower than using  <span class="function"><a href="function.sybase-fetch-row.html" class="function">sybase_fetch_row()</a></span>, while it
   provides a significant added value.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.sybase-fetch-assoc-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">
      </p>
     </dd>

    </dt>

   </dl>

  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.sybase-fetch-assoc-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 notes" id="refsect1-function.sybase-fetch-assoc-notes">
  <h3 class="title">Notes</h3>
  <blockquote class="note"><p><strong class="note">Note</strong>: <span class="simpara">This function is only available when
using the CT library interface to Sybase, and not with the DB library.
</span></p></blockquote>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.sybase-fetch-assoc-seealso">
  <h3 class="title">See Also</h3>
  <p class="para">
   <ul class="simplelist">
    <li class="member"> <span class="function"><a href="function.sybase-fetch-row.html" class="function" rel="rdfs-seeAlso">sybase_fetch_row()</a> - Get a result row as an enumerated array</span></li>
    <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-object.html" class="function" rel="rdfs-seeAlso">sybase_fetch_object()</a> - Fetch a row as an object</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-array.html">sybase_fetch_array</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.sybase-fetch-field.html">sybase_fetch_field</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>