Sophie

Sophie

distrib > Mageia > 7 > x86_64 > by-pkgid > 2b917e0437961edec048f1d15e2d7449 > files > 11029

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>Imports file data to the LOB</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="oci-lob.getbuffering.html">OCI-Lob::getBuffering</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="oci-lob.load.html">OCI-Lob::load</a></div>
 <div class="up"><a href="class.OCI-Lob.html">OCI-Lob</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="oci-lob.import" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">OCI-Lob::import</h1>
  <p class="verinfo">(PHP 5, PHP 7, PECL OCI8 &gt;= 1.1.0)</p><p class="refpurpose"><span class="refname">OCI-Lob::import</span> &mdash; <span class="dc-title">Imports file data to the LOB</span></p>

 </div>
 
 <div class="refsect1 description" id="refsect1-oci-lob.import-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="type">bool</span> <span class="methodname"><strong>OCI-Lob::import</strong></span>
    ( <span class="methodparam"><span class="type">string</span> <code class="parameter">$filename</code></span>
   )</div>

  <p class="para rdfs-comment">
   Writes data from the <code class="parameter">filename</code> in to the current
   position of large object.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-oci-lob.import-parameters">
  <h3 class="title">Parameters</h3>
  <p class="para">
   <dl>

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

     <dd>

      <p class="para">
       Path to the file.
      </p>
     </dd>

    
   </dl>

  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-oci-lob.import-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   Returns <strong><code>TRUE</code></strong> on success or <strong><code>FALSE</code></strong> on failure.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-oci-lob.import-seealso">
  <h3 class="title">See Also</h3>
  <p class="para">
   <ul class="simplelist">
    <li class="member"><a href="oci-lob.export.html" class="xref">OCI-Lob::export</a></li> 
    <li class="member"><a href="oci-lob.write.html" class="xref">OCI-Lob::write</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="oci-lob.getbuffering.html">OCI-Lob::getBuffering</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="oci-lob.load.html">OCI-Lob::load</a></div>
 <div class="up"><a href="class.OCI-Lob.html">OCI-Lob</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>