<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.yac.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'yac.get.php',
    1 => 'Yac::get',
    2 => 'Retrieve values from cache',
  ),
  'up' => 
  array (
    0 => 'class.yac.php',
    1 => 'Yac',
  ),
  'prev' => 
  array (
    0 => 'yac.flush.php',
    1 => 'Yac::flush',
  ),
  'next' => 
  array (
    0 => 'yac.getter.php',
    1 => 'Yac::__get',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/yac/yac/get.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="yac.get" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Yac::get</h1>
  <p class="verinfo">(PECL yac &gt;= 1.0.0)</p><p class="refpurpose"><span class="refname">Yac::get</span> &mdash; <span class="dc-title">Retrieve values from cache</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-yac.get-description">
  <h3 class="title">Açıklama</h3>
  <div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><strong>Yac::get</strong></span>(<span class="methodparam"><span class="type"><span class="type"><a href="language.types.string.php" class="type string">string</a></span>|<span class="type"><a href="language.types.array.php" class="type array">array</a></span></span> <code class="parameter">$key</code></span>, <span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter reference">&$cas</code><span class="initializer"> = <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong></span></span>): <span class="type"><a href="language.types.mixed.php" class="type mixed">mixed</a></span></div>

  <p class="para rdfs-comment">
    Retrieve values from cache
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-yac.get-parameters">
  <h3 class="title">Bağımsız Değişkenler</h3>
  <dl>
   
    <dt><code class="parameter">key</code></dt>
    <dd>
     <p class="para">
      <span class="type"><a href="language.types.string.php" class="type string">string</a></span> keys, or <span class="type"><a href="language.types.array.php" class="type array">array</a></span> of multiple keys.
     </p>
    </dd>
   
   
    <dt><code class="parameter">cas</code></dt>
    <dd>
     <p class="para">
      if not <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong>, it will be set to the retrieved item&#039;s cas.
     </p>
    </dd>
   
  </dl>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-yac.get-returnvalues">
  <h3 class="title">Dönen Değerler</h3>
  <p class="para">
   mixed on success, false on failure
  </p>
 </div>



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