<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.reflectionfunctionabstract.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'reflectionfunctionabstract.tostring.php',
    1 => 'ReflectionFunctionAbstract::__toString',
    2 => 'Returns the string representation of the ReflectionFunctionAbstract object',
  ),
  'up' => 
  array (
    0 => 'class.reflectionfunctionabstract.php',
    1 => 'ReflectionFunctionAbstract',
  ),
  'prev' => 
  array (
    0 => 'reflectionfunctionabstract.returnsreference.php',
    1 => 'ReflectionFunctionAbstract::returnsReference',
  ),
  'next' => 
  array (
    0 => 'class.reflectionmethod.php',
    1 => 'ReflectionMethod',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/reflection/reflectionfunctionabstract/tostring.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="reflectionfunctionabstract.tostring" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">ReflectionFunctionAbstract::__toString</h1>
  <p class="verinfo">(PHP 5 &gt;= 5.2.0, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">ReflectionFunctionAbstract::__toString</span> &mdash; <span class="dc-title">Returns the string representation of the ReflectionFunctionAbstract object</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-reflectionfunctionabstract.tostring-description">
  <h3 class="title">Beschreibung</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">abstract</span> <span class="modifier">public</span> <span class="methodname"><strong>ReflectionFunctionAbstract::__toString</strong></span>(): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>

  <p class="para rdfs-comment">
   Get a human-readable description of the function, its parameters and return values.
  </p>

 </div>


 <div class="refsect1 parameters" id="refsect1-reflectionfunctionabstract.tostring-parameters">
  <h3 class="title">Parameter-Liste</h3>
  <p class="para">Diese Funktion besitzt keine Parameter.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-reflectionfunctionabstract.tostring-returnvalues">
  <h3 class="title">Rückgabewerte</h3>
  <p class="para">
   The string.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-reflectionfunctionabstract.tostring-seealso">
  <h3 class="title">Siehe auch</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="methodname"><a href="reflectionfunction.tostring.php" class="methodname" rel="rdfs-seeAlso">ReflectionFunction::__toString()</a> - Returns the string representation of the ReflectionFunction object</span></li>
    <li><span class="methodname"><a href="reflectionmethod.tostring.php" class="methodname" rel="rdfs-seeAlso">ReflectionMethod::__toString()</a> - Returns the string representation of the Reflection method object</span></li>
    <li><a href="language.oop5.magic.php#object.tostring" class="link">__toString()</a></li>
   </ul>
  </p>
 </div>


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