<?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 => 'es',
  ),
  'this' => 
  array (
    0 => 'memcached.ispersistent.php',
    1 => 'Memcached::isPersistent',
    2 => 'Verifica si una conexi&oacute;n persistente hacia memcache est&aacute; en uso',
  ),
  'up' => 
  array (
    0 => 'class.memcached.php',
    1 => 'Memcached',
  ),
  'prev' => 
  array (
    0 => 'memcached.incrementbykey.php',
    1 => 'Memcached::incrementByKey',
  ),
  'next' => 
  array (
    0 => 'memcached.ispristine.php',
    1 => 'Memcached::isPristine',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'es',
    'path' => 'reference/memcached/memcached/ispersistent.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="memcached.ispersistent" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Memcached::isPersistent</h1>
  <p class="verinfo">(PECL memcached &gt;= 2.0.0)</p><p class="refpurpose"><span class="refname">Memcached::isPersistent</span> &mdash; <span class="dc-title">Verifica si una conexión persistente hacia memcache está en uso</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-memcached.ispersistent-description">
  <h3 class="title">Descripción</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>Memcached::isPersistent</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::isPersistent()</strong></span> verifica si las conexiones
   a los servidores memcache son conexiones persistentes.
  </p>

 </div>


 <div class="refsect1 parameters" id="refsect1-memcached.ispersistent-parameters">
  <h3 class="title">Parámetros</h3>
  <p class="para">Esta función no contiene ningún parámetro.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-memcached.ispersistent-returnvalues">
  <h3 class="title">Valores devueltos</h3>
  <p class="para">
   Devuelve <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> si la instancia Memcache utiliza una conexión persistente,
   <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> en caso contrario.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-memcached.ispersistent-seealso">
  <h3 class="title">Ver también</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="methodname"><a href="memcached.ispristine.php" class="methodname" rel="rdfs-seeAlso">Memcached::isPristine()</a> - Verifica si la instancia ha sido creada recientemente</span></li>
   </ul>
  </p>
 </div>


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