<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.hash.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'function.hash-update.php',
    1 => 'hash_update',
    2 => 'Veriyi etkin bir aşlama bağlamına dahil eder',
  ),
  'up' => 
  array (
    0 => 'ref.hash.php',
    1 => 'Hash İşlevleri',
  ),
  'prev' => 
  array (
    0 => 'function.hash-pbkdf2.php',
    1 => 'hash_pbkdf2',
  ),
  'next' => 
  array (
    0 => 'function.hash-update-file.php',
    1 => 'hash_update_file',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'tr',
    'path' => 'reference/hash/functions/hash-update.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.hash-update" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">hash_update</h1>
  <p class="verinfo">(PHP 5 &gt;= 5.1.2, PHP 7, PHP 8, PECL hash &gt;= 1.1)</p><p class="refpurpose"><span class="refname">hash_update</span> &mdash; <span class="dc-title">Veriyi etkin bir aşlama bağlamına dahil eder</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-function.hash-update-description">
  <h3 class="title">Açıklama</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>hash_update</strong></span>(<span class="methodparam"><span class="type"><a href="class.hashcontext.php" class="type HashContext">HashContext</a></span> <code class="parameter">$bağlam</code></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="type"><a href="language.types.singleton.php" class="type true">true</a></span></div>

  <p class="para rdfs-comment">
   Veriyi etkin bir aşlama bağlamına dahil eder.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.hash-update-parameters">
  <h3 class="title">Bağımsız Değişkenler</h3>
  <p class="para">
   <dl>
    
     <dt><code class="parameter">bağlam</code></dt>
     <dd>
      <p class="para">
       <span class="function"><a href="function.hash-init.php" class="function">hash_init()</a></span> tarafından döndürülmüş aşlama bağlamı.
      </p>
     </dd>
    
    
     <dt><code class="parameter">veri</code></dt>
     <dd>
      <p class="para">
       İleti aşına dahil edilecek ileti.
      </p>
     </dd>
    
   </dl>
  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.hash-update-returnvalues">
  <h3 class="title">Dönen Değerler</h3>
  <p class="para">
   Daima <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> döndürür.
  </p>
 </div>


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

     </thead>

     <tbody class="tbody">
      <tr>
       <td>7.2.0</td>
       <td>
        <span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> türünde bir değer yerine
        <span class="classname"><a href="class.hashcontext.php" class="classname">HashContext</a></span> kabul ediliyor.
       </td>
      </tr>

     </tbody>
    
   </table>

  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.hash-update-seealso">
  <h3 class="title">Ayrıca Bakınız</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="function.hash-init.php" class="function" rel="rdfs-seeAlso">hash_init()</a> - Ardışık aşlama bağlamını ilklendirir</span></li>
    <li><span class="function"><a href="function.hash-update-file.php" class="function" rel="rdfs-seeAlso">hash_update_file()</a> - Veriyi bir dosyadan etkin bir aşlama bağlamına dahil eder</span></li>
    <li><span class="function"><a href="function.hash-update-stream.php" class="function" rel="rdfs-seeAlso">hash_update_stream()</a> - Veriyi a&ccedil;ık bir akımdan etkin bir aşlama bağlamına dahil eder</span></li>
    <li><span class="function"><a href="function.hash-final.php" class="function" rel="rdfs-seeAlso">hash_final()</a> - Bir ardışık aşlama işlemini bitirip &uuml;retilen aşı d&ouml;nd&uuml;r&uuml;r</span></li>
   </ul>
  </p>
 </div>


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