Sophie

Sophie

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

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 first key</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="function.dba-fetch.html">dba_fetch</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.dba-handlers.html">dba_handlers</a></div>
 <div class="up"><a href="ref.dba.html">DBA Functions</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="function.dba-firstkey" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">dba_firstkey</h1>
  <p class="verinfo">(PHP 4, PHP 5)</p><p class="refpurpose"><span class="refname">dba_firstkey</span> &mdash; <span class="dc-title">Fetch first key</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-function.dba-firstkey-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="type">string</span> <span class="methodname"><strong>dba_firstkey</strong></span>
    ( <span class="methodparam"><span class="type">resource</span> <code class="parameter">$handle</code></span>
   )</div>

  <p class="para rdfs-comment">
    <span class="function"><strong>dba_firstkey()</strong></span> returns the first key of the database
   and resets the internal key pointer. This permits a linear search through
   the whole database.
  </p>
 </div>

 <div class="refsect1 parameters" id="refsect1-function.dba-firstkey-parameters">
  <h3 class="title">Parameters</h3>
  <p class="para">
   <dl>

    <dt>

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

      <p class="para">
       The database handler, returned by  <span class="function"><a href="function.dba-open.html" class="function">dba_open()</a></span> or
        <span class="function"><a href="function.dba-popen.html" class="function">dba_popen()</a></span>.
      </p>
     </dd>

    </dt>

   </dl>

  </p>
 </div>

 <div class="refsect1 returnvalues" id="refsect1-function.dba-firstkey-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   Returns the key on success or <strong><code>FALSE</code></strong> on failure. 
  </p>
 </div>

 <div class="refsect1 seealso" id="refsect1-function.dba-firstkey-seealso">
  <h3 class="title">See Also</h3>
  <p class="para">
   <ul class="simplelist">
    <li class="member"> <span class="function"><a href="function.dba-nextkey.html" class="function" rel="rdfs-seeAlso">dba_nextkey()</a> - Fetch next key</span></li>
    <li class="member"> <span class="function"><a href="function.dba-key-split.html" class="function" rel="rdfs-seeAlso">dba_key_split()</a> - Splits a key in string representation into array representation</span></li>
    <li class="member">Example 2 in the <a href="dba.examples.html" class="link">DBA examples</a></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.dba-fetch.html">dba_fetch</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.dba-handlers.html">dba_handlers</a></div>
 <div class="up"><a href="ref.dba.html">DBA Functions</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>