function.apc-compile-file.html 3.52 KB
<!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>Speichert eine Datei im Bytecode Cache unter Umgehung aller Filter.</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="function.apc-clear-cache.html">apc_clear_cache</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.apc-dec.html">apc_dec</a></div>
 <div class="up"><a href="ref.apc.html">APC Funktionen</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="function.apc-compile-file" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">apc_compile_file</h1>
  <p class="verinfo">(PECL apc &gt;= 3.0.13)</p><p class="refpurpose"><span class="refname">apc_compile_file</span> &mdash; <span class="dc-title">
   Speichert eine Datei im Bytecode Cache unter Umgehung aller Filter.
  </span></p>

 </div>
 <div class="refsect1 description" id="refsect1-function.apc-compile-file-description">
  <h3 class="title">Beschreibung</h3>
  <div class="methodsynopsis dc-description">
   <span class="type"><a href="language.pseudo-types.html#language.types.mixed" class="type mixed">mixed</a></span> <span class="methodname"><strong>apc_compile_file</strong></span>
    ( <span class="methodparam"><span class="type">string</span> <code class="parameter">$filename</code></span>
   [, <span class="methodparam"><span class="type">bool</span> <code class="parameter">$atomic</code><span class="initializer"> = true</span></span>
  ] )</div>

  <p class="para rdfs-comment">
   Speichert eine Date im Bytecode Cache unter Umgehung aller Filter.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.apc-compile-file-parameters">
  <h3 class="title">Parameter-Liste</h3>
  <p class="para">
   <dl>

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

     <dd>

      <p class="para">
       Absoluter oder relativer Pfad zu einer PHP Datei die kompiliert und
       im Bytecode Cache abgelegt werden soll.
      </p>
     </dd>

    
   </dl>

  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.apc-compile-file-returnvalues">
  <h3 class="title">Rückgabewerte</h3>
  <p class="para">
   Gibt bei Erfolg <strong><code>TRUE</code></strong> zurück. Im Fehlerfall wird <strong><code>FALSE</code></strong> zurückgegeben.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.apc-compile-file-seealso">
  <h3 class="title">Siehe auch</h3>
  <ul class="simplelist">
   <li class="member"><span class="function"><a href="function.apc-bin-dumpfile.html" class="function" rel="rdfs-seeAlso">apc_bin_dumpfile()</a> - Output a binary dump of cached files and user variables to a file</span></li>
   <li class="member"><span class="function"><a href="function.apc-bin-loadfile.html" class="function" rel="rdfs-seeAlso">apc_bin_loadfile()</a> - Load a binary dump from a file into the APC file/user cache</span></li>
  </ul>
 </div>

</div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="function.apc-clear-cache.html">apc_clear_cache</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.apc-dec.html">apc_dec</a></div>
 <div class="up"><a href="ref.apc.html">APC Funktionen</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>