<?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 => 'ja',
  ),
  'this' => 
  array (
    0 => 'function.zlib-get-coding-type.php',
    1 => 'zlib_get_coding_type',
    2 => '出力圧縮に使用されたコーディングの種類を返す',
  ),
  'up' => 
  array (
    0 => 'ref.zlib.php',
    1 => 'Zlib 関数',
  ),
  'prev' => 
  array (
    0 => 'function.zlib-encode.php',
    1 => 'zlib_encode',
  ),
  'next' => 
  array (
    0 => 'class.deflatecontext.php',
    1 => 'DeflateContext',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    'path' => 'reference/zlib/functions/zlib-get-coding-type.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.zlib-get-coding-type" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">zlib_get_coding_type</h1>
  <p class="verinfo">(PHP 4 &gt;= 4.3.2, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">zlib_get_coding_type</span> &mdash; <span class="dc-title">出力圧縮に使用されたコーディングの種類を返す</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.zlib-get-coding-type-description">
  <h3 class="title">説明</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>zlib_get_coding_type</strong></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">
   出力圧縮に使用されたコーディングの種類を返します。
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.zlib-get-coding-type-parameters">
  <h3 class="title">パラメータ</h3>
  <p class="para">この関数にはパラメータはありません。</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.zlib-get-coding-type-returnvalues">
  <h3 class="title">戻り値</h3>
  <p class="para">
   返される値は <code class="literal">gzip</code>, <code class="literal">deflate</code>,
   もしくは <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> です。
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.zlib-get-coding-type-seealso">
  <h3 class="title">参考</h3>
  <p class="para">
   <ul class="simplelist">
    <li>
     <a href="zlib.configuration.php#ini.zlib.output-compression" class="link">zlib.output_compression</a>
     ディレクティブ
    </li>
   </ul>
  </p>
 </div>


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