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

contributors($setup);

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

 </div>

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

  <p class="para rdfs-comment">
   Returns the string representation of the property.
  </p>

 </div>


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


 <div class="refsect1 returnvalues" id="refsect1-reflectionproperty.tostring-returnvalues">
  <h3 class="title">Значення, що повертаються</h3>
  <p class="para">
   A string representation of this <span class="classname"><a href="class.reflectionproperty.php" class="classname">ReflectionProperty</a></span> instance.
  </p>
 </div>


 <div class="refsect1 changelog" id="refsect1-reflectionproperty.tostring-changelog">
  <h3 class="title">Журнал змін</h3>
  <table class="doctable informaltable">
   
    <thead>
     <tr>
      <th>Версія</th>
      <th>Опис</th>
     </tr>

    </thead>

    <tbody class="tbody">
     <tr>
      <td>8.4.0</td>
      <td>
       The attached doc comment is now included.
      </td>
     </tr>

    </tbody>
   
  </table>

 </div>


 <div class="refsect1 seealso" id="refsect1-reflectionproperty.tostring-seealso">
  <h3 class="title">Прогляньте також</h3>
  <p class="para">
   <ul class="simplelist">
    <li><a href="language.oop5.magic.php#object.tostring" class="link">__toString()</a></li>
   </ul>
  </p>
 </div>


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