Sophie

Sophie

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

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>Predefined Constants</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="dbase.resources.html">Resource Types</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="ref.dbase.html">dBase Functions</a></div>
 <div class="up"><a href="book.dbase.html">dBase</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="dbase.constants" class="appendix">
 <h1>Predefined Constants</h1>

 <p class="simpara">
The constants below are defined by this extension, and
will only be available when the extension has either
been compiled into PHP or dynamically loaded at runtime.
</p>
 <dl>

  
   <dt id="constant.dbase-version">
    <strong><code>DBASE_VERSION</code></strong>
    (<span class="type"><a href="language.types.string.html" class="type string">string</a></span>)
   </dt>

   <dd>

    <span class="simpara">
     The extension version.
     (Available as of dbase 7.0.0)
    </span>
   </dd>

  
  
   <dt id="constant.dbase-rdonly">
    <strong><code>DBASE_RDONLY</code></strong>
    (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>)
   </dt>

   <dd>

    <span class="simpara">
     Open database for reading only. Used with <span class="function"><a href="function.dbase-open.html" class="function">dbase_open()</a></span>.
     (Available as of dbase 7.0.0)
    </span>
   </dd>

  
  
   <dt id="constant.dbase-rdwr">
    <strong><code>DBASE_RDWR</code></strong>
    (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>)
   </dt>

   <dd>

    <span class="simpara">
     Open database for reading and writing. Used with <span class="function"><a href="function.dbase-open.html" class="function">dbase_open()</a></span>.
     (Available as of dbase 7.0.0)
    </span>
   </dd>

  
  
   <dt id="constant.dbase-type-dbase">
    <strong><code>DBASE_TYPE_DBASE</code></strong>
    (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>)
   </dt>

   <dd>

    <span class="simpara">
     Create dBASE style database. Used with <span class="function"><a href="function.dbase-create.html" class="function">dbase_create()</a></span>.
     (Available as of dbase 7.0.0)
    </span>
   </dd>

  
  
   <dt id="constant.dbase-type-foxpro">
    <strong><code>DBASE_TYPE_FOXPRO</code></strong>
    (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>)
   </dt>

   <dd>

    <span class="simpara">
     Create FoxPro style database. Used with <span class="function"><a href="function.dbase-create.html" class="function">dbase_create()</a></span>.
     (Available as of dbase 7.0.0)
    </span>
   </dd>

  
 </dl>

</div>
<hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="dbase.resources.html">Resource Types</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="ref.dbase.html">dBase Functions</a></div>
 <div class="up"><a href="book.dbase.html">dBase</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>