<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.throwable.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'throwable.gettraceasstring.php',
    1 => 'Throwable::getTraceAsString',
    2 => 'Yığıt izini bir dize olarak d&ouml;nd&uuml;r&uuml;r',
  ),
  'up' => 
  array (
    0 => 'class.throwable.php',
    1 => 'Throwable',
  ),
  'prev' => 
  array (
    0 => 'throwable.gettrace.php',
    1 => 'Throwable::getTrace',
  ),
  'next' => 
  array (
    0 => 'throwable.getprevious.php',
    1 => 'Throwable::getPrevious',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'tr',
    'path' => 'language/predefined/throwable/gettraceasstring.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="throwable.gettraceasstring" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Throwable::getTraceAsString</h1>
  <p class="verinfo">(PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">Throwable::getTraceAsString</span> &mdash; <span class="dc-title">Yığıt izini bir dize olarak döndürür</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-throwable.gettraceasstring-description">
  <h3 class="title">Açıklama</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span>
   <span class="methodname"><strong>Throwable::getTraceAsString</strong></span>(): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>

  <p class="para rdfs-comment">
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-throwable.gettraceasstring-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-throwable.gettraceasstring-returnvalues">
  <h3 class="title">Dönen Değerler</h3>
  <p class="para">
   Yığıt izini bir dize olarak döndürür
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-throwable.gettraceasstring-seealso">
  <h3 class="title">Ayrıca Bakınız</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="methodname"><a href="exception.gettraceasstring.php" class="methodname" rel="rdfs-seeAlso">Exception::getTraceAsString()</a> - Yığıt izini bir dizge olarak d&ouml;nd&uuml;r&uuml;r</span></li>
   </ul>
  </p>
 </div>

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