<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.mbstring.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'function.mb-http-output.php',
    1 => 'mb_http_output',
    2 => 'HTTP &ccedil;ıktı karakter kodlamasını tanımlar/d&ouml;nd&uuml;r&uuml;r',
  ),
  'up' => 
  array (
    0 => 'ref.mbstring.php',
    1 => '&Ccedil;ok baytlı Dizge İşlevleri',
  ),
  'prev' => 
  array (
    0 => 'function.mb-http-input.php',
    1 => 'mb_http_input',
  ),
  'next' => 
  array (
    0 => 'function.mb-internal-encoding.php',
    1 => 'mb_internal_encoding',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'tr',
    'path' => 'reference/mbstring/functions/mb-http-output.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.mb-http-output" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">mb_http_output</h1>
  <p class="verinfo">(PHP 4 &gt;= 4.0.6, PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">mb_http_output</span> &mdash; <span class="dc-title">HTTP çıktı karakter kodlamasını tanımlar/döndürür</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.mb-http-output-description">
  <h3 class="title">Açıklama</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>mb_http_output</strong></span>(<span class="methodparam"><span class="type"><span class="type"><a href="language.types.null.php" class="type null">?</a></span><span class="type"><a href="language.types.string.php" class="type string">string</a></span></span> <code class="parameter">$kodlama</code><span class="initializer"> = <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong></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.boolean.php" class="type bool">bool</a></span></span></div>

  <p class="para rdfs-comment">
   HTTP çıktı karakter kodlamasını tanımlar/döndürür. Bu işlevden sonra çıktı
   kodlaması dahili kodlamadan <code class="parameter">kodlama</code> ile belirtilen
   kodlamaya dönüştürülür.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.mb-http-output-parameters">
  <h3 class="title">Bağımsız Değişkenler</h3>
  <p class="para">
   <dl>
    
     <dt><code class="parameter">kodlama</code></dt>
     <dd>
      <p class="para">
       Belirtilmişse, işlev HTTP çıktı karakter kodlamasını tanımlar.
      </p>
      <p class="para">
       Belirtilmemişse, işlev HTTP çıktı karakter kodlamasını döndürür.
      </p>
     </dd>
    
   </dl>
  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.mb-http-output-returnvalues">
  <h3 class="title">Dönen Değerler</h3>
  <p class="para">
   <code class="parameter">kodlama</code> belirtilmemişse, işlev HTTP çıktı karakter
   kodlamasını döndürür. Aksi takdirde, başarı durumunda <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> başarısızlık
   durumunda <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> döner.
  </p>
 </div>


 <div class="refsect1 changelog" id="refsect1-function.mb-http-output-changelog">
  <h3 class="title">Sürüm Bilgisi</h3>
  <table class="doctable informaltable">
   
    <thead>
     <tr>
      <th>Sürüm: </th>
      <th>Açıklama</th>
     </tr>

    </thead>

    <tbody class="tbody">
     <tr>
<td>8.0.0</td><td><code class="parameter">kodlama</code> artık <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong>
olabiliyor.</td></tr>

    </tbody>
   
  </table>

 </div>


 <div class="refsect1 seealso" id="refsect1-function.mb-http-output-seealso">
  <h3 class="title">Ayrıca Bakınız</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="function.mb-internal-encoding.php" class="function" rel="rdfs-seeAlso">mb_internal_encoding()</a> - Dahili karakter kodlamasını tanımlar/d&ouml;nd&uuml;r&uuml;r</span></li>
    <li><span class="function"><a href="function.mb-http-input.php" class="function" rel="rdfs-seeAlso">mb_http_input()</a> - HTTP girdi karakter kodlamasını algılar</span></li>
    <li><span class="function"><a href="function.mb-detect-order.php" class="function" rel="rdfs-seeAlso">mb_detect_order()</a> - Karakter kodlaması algılama sırasını tanımlar/d&ouml;nd&uuml;r&uuml;r</span></li>
   </ul>
  </p>
 </div>


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