<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.reflectionparameter.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'reflectionparameter.tostring.php',
    1 => 'ReflectionParameter::__toString',
    2 => 'Dizgesel tepkiyi g&ouml;rselleştirir',
  ),
  'up' => 
  array (
    0 => 'class.reflectionparameter.php',
    1 => 'ReflectionParameter',
  ),
  'prev' => 
  array (
    0 => 'reflectionparameter.isvariadic.php',
    1 => 'ReflectionParameter::isVariadic',
  ),
  'next' => 
  array (
    0 => 'class.reflectionproperty.php',
    1 => 'ReflectionProperty',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'tr',
    'path' => 'reference/reflection/reflectionparameter/tostring.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="reflectionparameter.tostring" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">ReflectionParameter::__toString</h1>
  <p class="verinfo">(PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">ReflectionParameter::__toString</span> &mdash; <span class="dc-title">Dizgesel tepkiyi görselleştirir</span></p>

 </div>

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

  <p class="para rdfs-comment">
   Yansıtılan bağımsız değişkenin dizgesel gösterimini döndürür.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-reflectionparameter.tostring-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-reflectionparameter.tostring-returnvalues">
  <h3 class="title">Dönen Değerler</h3>
  <p class="para">
   Yansıtılan bağımsız değişkenin dizgesel gösterimi.
  </p>
 </div>


 <div class="refsect1 examples" id="refsect1-reflectionparameter.tostring-examples">
  <h3 class="title">Örnekler</h3>
  <p class="para">
   <div class="example" id="example-1">
    <p><strong>Örnek 1 - <code class="code">ReflectionParameter::__toString</code> örneği</strong></p>
    <div class="example-contents">
<div class="phpcode"><code><span style="color: #000000"><span style="color: #0000BB">&lt;?php<br /></span><span style="color: #007700">echo new </span><span style="color: #0000BB">ReflectionParameter</span><span style="color: #007700">(</span><span style="color: #DD0000">'substr'</span><span style="color: #007700">, </span><span style="color: #0000BB">0</span><span style="color: #007700">);<br /></span><span style="color: #0000BB">?&gt;</span></span></code></div>
    </div>

    <div class="example-contents"><p>
Yukarıdaki örnek şuna benzer bir çıktı üretir:</p></div>
    <div class="example-contents screen">
<div class="examplescode"><pre class="examplescode">Parameter #0 [ &lt;required&gt; string $string ]</pre>
</div>
    </div>
   </div>
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-reflectionparameter.tostring-seealso">
  <h3 class="title">Ayrıca Bakınız</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="methodname"><a href="reflectionfunction.tostring.php" class="methodname" rel="rdfs-seeAlso">ReflectionFunction::__toString()</a> - İşlevin bağımsız değişken satırını dizgeleştirerek d&ouml;nd&uuml;r&uuml;r</span></li>
    <li><span class="methodname"><a href="reflectionmethod.tostring.php" class="methodname" rel="rdfs-seeAlso">ReflectionMethod::__toString()</a> - Yansıtılan y&ouml;ntemin dizgesel g&ouml;sterimini d&ouml;nd&uuml;r&uuml;r</span></li>
    <li><a href="language.oop5.magic.php#object.tostring" class="link">__toString()</a></li>
   </ul>
  </p>
 </div>


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