<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.reflectionextension.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'reflectionextension.tostring.php',
    1 => 'ReflectionExtension::__toString',
    2 => 'To string',
  ),
  'up' => 
  array (
    0 => 'class.reflectionextension.php',
    1 => 'ReflectionExtension',
  ),
  'prev' => 
  array (
    0 => 'reflectionextension.istemporary.php',
    1 => 'ReflectionExtension::isTemporary',
  ),
  'next' => 
  array (
    0 => 'class.reflectionfunction.php',
    1 => 'ReflectionFunction',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/reflection/reflectionextension/tostring.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="reflectionextension.tostring" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">ReflectionExtension::__toString</h1>
  <p class="verinfo">(PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">ReflectionExtension::__toString</span> &mdash; <span class="dc-title">To string</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-reflectionextension.tostring-description">
  <h3 class="title">Опис</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>ReflectionExtension::__toString</strong></span>(): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>

  <p class="para rdfs-comment">
   Exports a reflected extension and returns it as a <span class="type"><a href="language.types.string.php" class="type string">string</a></span>. This 
   is the same as the <span class="methodname"><a href="reflectionextension.export.php" class="methodname">ReflectionExtension::export()</a></span> with 
   the <code class="parameter">return</code> set to <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong>.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-reflectionextension.tostring-parameters">
  <h3 class="title">Параметри</h3>
  <p class="para">У цієї функції немає
параметрів.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-reflectionextension.tostring-returnvalues">
  <h3 class="title">Значення, що повертаються</h3>
  <p class="para">
   Returns the exported extension as a string, in the same way as the 
   <span class="methodname"><a href="reflectionextension.export.php" class="methodname">ReflectionExtension::export()</a></span>.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-reflectionextension.tostring-seealso">
  <h3 class="title">Прогляньте також</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="methodname"><a href="reflectionextension.construct.php" class="methodname" rel="rdfs-seeAlso">ReflectionExtension::__construct()</a> - Constructs a ReflectionExtension</span></li>
    <li><span class="methodname"><a href="reflectionextension.export.php" class="methodname" rel="rdfs-seeAlso">ReflectionExtension::export()</a> - Export</span></li>
    <li><a href="language.oop5.magic.php#object.tostring" class="link">__toString()</a></li>
   </ul>
  </p>
 </div>


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