<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.zlib.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'function.gzdecode.php',
    1 => 'gzdecode',
    2 => 'Gzipli bir dizgenin sıkıştırmasını a&ccedil;ar',
  ),
  'up' => 
  array (
    0 => 'ref.zlib.php',
    1 => 'Zlib İşlevleri',
  ),
  'prev' => 
  array (
    0 => 'function.gzcompress.php',
    1 => 'gzcompress',
  ),
  'next' => 
  array (
    0 => 'function.gzdeflate.php',
    1 => 'gzdeflate',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'tr',
    'path' => 'reference/zlib/functions/gzdecode.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.gzdecode" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">gzdecode</h1>
  <p class="verinfo">(PHP 5 &gt;= 5.4.0, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">gzdecode</span> &mdash; <span class="dc-title">Gzipli bir dizgenin sıkıştırmasını açar</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-function.gzdecode-description">
  <h3 class="title">Açıklama</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>gzdecode</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$veri</code></span>, <span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$uzunluk</code><span class="initializer"> = 0</span></span>): <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.singleton.php" class="type false">false</a></span></span></div>

  <p class="para rdfs-comment">
   Belirtilen <code class="parameter">veri</code> dizgesinin gzip sıkıştırmalı
   biçemini döndürür.
  </p>
 </div>

 <div class="refsect1 parameters" id="refsect1-function.gzdecode-parameters">
  <h3 class="title">Bağımsız Değişkenler</h3>
  <p class="para">
   <dl>
    
     <dt><code class="parameter">veri</code></dt>
     <dd>
      <p class="para">
       <span class="function"><a href="function.gzencode.php" class="function">gzencode()</a></span> tarafından sıkıştırılmış veri.
      </p>
     </dd>
    
    
     <dt><code class="parameter">uzunluk</code></dt>
     <dd>
      <p class="para">
       Kodu çözülecek verinin azami uzunluğu.
      </p>
     </dd>
    
   </dl>
  </p>
 </div>

 <div class="refsect1 returnvalues" id="refsect1-function.gzdecode-returnvalues">
  <h3 class="title">Dönen Değerler</h3>
  <p class="para">
   Bir hata oluşursa <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> aksi takdirde sıkıştırılmamış dizgeyi döndürür.
  </p>
 </div>


 <div class="refsect1 errors" id="refsect1-function.gzdecode-errors">
  <h3 class="title">Hatalar/İstisnalar</h3>
  <p class="para">
   Bir hata oluşursa, <strong><code><a href="errorfunc.constants.php#constant.e-warning">E_WARNING</a></code></strong> seviyesinde bir hata çıktılanır.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.gzdecode-seealso">
  <h3 class="title">Ayrıca Bakınız</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="function.gzencode.php" class="function" rel="rdfs-seeAlso">gzencode()</a> - Gzipli bir dizge oluşturur</span></li>
   </ul>
  </p>
 </div>

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