<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.ocilob.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'zh',
  ),
  'this' => 
  array (
    0 => 'ocilob.writetofile.php',
    1 => 'OCILob::writeToFile',
    2 => '别名 OCILob::export',
  ),
  'up' => 
  array (
    0 => 'class.ocilob.php',
    1 => 'OCILob',
  ),
  'prev' => 
  array (
    0 => 'ocilob.writetemporary.php',
    1 => 'OCILob::writeTemporary',
  ),
  'next' => 
  array (
    0 => 'oldaliases.oci8.php',
    1 => 'OCI8 Obsolete Aliases and Functions',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/oci8/ocilob/writeToFile.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ocilob.writetofile" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">OCILob::writeToFile</h1>
  <p class="verinfo">(PHP 5, PHP 7, PHP 8, PECL OCI8 &gt;= 1.1.0)</p><p class="refpurpose"><span class="refname">OCILob::writeToFile</span> &mdash; <span class="dc-title">别名 <span class="function"><a href="ocilob.export.php" class="function">OCILob::export()</a></span></span></p>

 </div>
 
 <div class="refsect1 description" id="refsect1-ocilob.writetofile-description">
  <h3 class="title">说明</h3>
  <p class="simpara">
   此函数是该函数的别名： <span class="function"><a href="ocilob.export.php" class="function">OCILob::export()</a></span>.
  </p>
 </div>


 <div class="refsect1 changelog" id="refsect1-ocilob.writetofile-changelog">
  <h3 class="title">更新日志</h3>
  <table class="doctable informaltable">
   
    <thead>
     <tr>
      <th>版本</th>
      <th>说明</th>
     </tr>

    </thead>

    <tbody class="tbody">
     <tr>
      <td>8.0.0, PECL OCI8 3.0.0</td>
      <td>
       <code class="parameter">offset</code> and <code class="parameter">length</code> are now nullable.
      </td>
     </tr>

     <tr>
      <td>8.0.0, PECL OCI8 3.0.0</td>
      <td>
       The <span class="classname"><strong class="classname">OCI-Lob</strong></span> class was renamed to
       <span class="classname"><a href="class.ocilob.php" class="classname">OCILob</a></span> to align with PHP naming standards.
      </td>
     </tr>

    </tbody>
   
  </table>

 </div>


</div><?php manual_footer($setup); ?>