<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.memcached.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'memcached.ispristine.php',
    1 => 'Memcached::isPristine',
    2 => 'Check if the instance was recently created',
  ),
  'up' => 
  array (
    0 => 'class.memcached.php',
    1 => 'Memcached',
  ),
  'prev' => 
  array (
    0 => 'memcached.ispersistent.php',
    1 => 'Memcached::isPersistent',
  ),
  'next' => 
  array (
    0 => 'memcached.prepend.php',
    1 => 'Memcached::prepend',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/memcached/memcached/ispristine.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="memcached.ispristine" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Memcached::isPristine</h1>
  <p class="verinfo">(PECL memcached &gt;= 2.0.0)</p><p class="refpurpose"><span class="refname">Memcached::isPristine</span> &mdash; <span class="dc-title">Check if the instance was recently created</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-memcached.ispristine-description">
  <h3 class="title">Beschreibung</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>Memcached::isPristine</strong></span>(): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <p class="para rdfs-comment">
   <span class="function"><strong>Memcached::isPristine()</strong></span> checks if the Memcache instance
   was recently created.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-memcached.ispristine-parameters">
  <h3 class="title">Parameter-Liste</h3>
  <p class="para">Diese Funktion besitzt keine Parameter.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-memcached.ispristine-returnvalues">
  <h3 class="title">Rückgabewerte</h3>
  <p class="para">
   Returns <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> if instance is recently created, <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> otherwise.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-memcached.ispristine-seealso">
  <h3 class="title">Siehe auch</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="methodname"><a href="memcached.ispersistent.php" class="methodname" rel="rdfs-seeAlso">Memcached::isPersistent()</a> - Check if a persitent connection to memcache is being used</span></li>
   </ul>
  </p>
 </div>


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