<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.sessionhandler.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'sessionhandler.create-sid.php',
    1 => 'SessionHandler::create_sid',
    2 => 'Yeni oturum kimliğini d&ouml;nd&uuml;r&uuml;r',
  ),
  'up' => 
  array (
    0 => 'class.sessionhandler.php',
    1 => 'SessionHandler',
  ),
  'prev' => 
  array (
    0 => 'sessionhandler.close.php',
    1 => 'SessionHandler::close',
  ),
  'next' => 
  array (
    0 => 'sessionhandler.destroy.php',
    1 => 'SessionHandler::destroy',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'tr',
    'path' => 'reference/session/sessionhandler/create-sid.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="sessionhandler.create-sid" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">SessionHandler::create_sid</h1>
  <p class="verinfo">(PHP 5 &gt;= 5.5.1, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">SessionHandler::create_sid</span> &mdash; <span class="dc-title">Yeni oturum kimliğini döndürür</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-sessionhandler.create-sid-description">
  <h3 class="title">Açıklama</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>SessionHandler::create_sid</strong></span>(): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>

  <p class="para rdfs-comment">
   Yeni oturum kimliğini üretir ve döndürür.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-sessionhandler.create-sid-parameters">
  <h3 class="title">Bağımsız Değişkenler</h3>
  <p class="para">Bu işlevin bağımsız değişkeni yoktur.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-sessionhandler.create-sid-returnvalues">
  <h3 class="title">Dönen Değerler</h3>
  <p class="para">
   Öntanımlı oturum işleyici için geçerli oturum kimliğini döndürür.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-sessionhandler.create-sid-seealso">
  <h3 class="title">Ayrıca Bakınız</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="function.session-id.php" class="function" rel="rdfs-seeAlso">session_id()</a> - Ge&ccedil;erli oturum kimliğini d&ouml;nd&uuml;r&uuml;r ve/veya tanımlar</span></li>
    <li><span class="function"><a href="function.session-create-id.php" class="function" rel="rdfs-seeAlso">session_create_id()</a> - Yeni bir oturum kimliği oluşturur</span></li>
   </ul>
  </p>
 </div>

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