Sophie

Sophie

distrib > Mageia > 4 > i586 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 4480

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>Flush all cache contents</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="ref.mysqlnd-qc.html">mysqlnd_qc Functions</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.mysqlnd-qc-get-available-handlers.html">mysqlnd_qc_get_available_handlers</a></div>
 <div class="up"><a href="ref.mysqlnd-qc.html">mysqlnd_qc Functions</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="function.mysqlnd-qc-clear-cache" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">mysqlnd_qc_clear_cache</h1>
  <p class="verinfo">(PECL mysqlnd_qc &gt;= 1.0.0)</p><p class="refpurpose"><span class="refname">mysqlnd_qc_clear_cache</span> &mdash; <span class="dc-title">Flush all cache contents</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.mysqlnd-qc-clear-cache-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="type">bool</span>
    <span class="methodname"><strong>mysqlnd_qc_clear_cache</strong></span>
    ( <span class="methodparam">void</span>
   )</div>

  <p class="para rdfs-comment">
   Flush all cache contents.
  </p>
  <p class="para">
   Flushing the cache is a storage handler responsibility.
   All built-in storage handler but the
   <em>memcache</em> storage
   handler support flushing the cache. The
   <em>memcache</em>
   storage handler cannot flush its cache contents.
  </p>
  <p class="para">
   User-defined storage handler may or may not support the operation.
  </p>

 </div>


 <div class="refsect1 parameters" id="refsect1-function.mysqlnd-qc-clear-cache-parameters">
  <h3 class="title">Parameters</h3>
  <p class="para">This function has no parameters.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.mysqlnd-qc-clear-cache-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>
  <p class="para">
   A return value of
   <strong><code>FALSE</code></strong>
   indicates that flushing all cache contents has
   failed or the operation is not supported by
   the active storage handler. Applications must
   not expect that calling the function will always
   flush the cache.
  </p>
 </div>



</div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="ref.mysqlnd-qc.html">mysqlnd_qc Functions</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.mysqlnd-qc-get-available-handlers.html">mysqlnd_qc_get_available_handlers</a></div>
 <div class="up"><a href="ref.mysqlnd-qc.html">mysqlnd_qc Functions</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>