<?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.isreadonly.php',
    1 => 'ReflectionProperty::isReadOnly',
    2 => 'Checks if property is readonly',
  ),
  'up' => 
  array (
    0 => 'class.reflectionproperty.php',
    1 => 'ReflectionProperty',
  ),
  'prev' => 
  array (
    0 => 'reflectionproperty.ispublic.php',
    1 => 'ReflectionProperty::isPublic',
  ),
  'next' => 
  array (
    0 => 'reflectionproperty.isstatic.php',
    1 => 'ReflectionProperty::isStatic',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/reflection/reflectionproperty/isreadonly.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="reflectionproperty.isreadonly" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">ReflectionProperty::isReadOnly</h1>
  <p class="verinfo">(PHP 8 &gt;= 8.1.0)</p><p class="refpurpose"><span class="refname">ReflectionProperty::isReadOnly</span> &mdash; <span class="dc-title">Checks if property is readonly</span></p>

 </div>

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

  <p class="para rdfs-comment">
   Checks whether the <a href="language.oop5.properties.php#language.oop5.properties.readonly-properties" class="link">property is readonly</a>.
  </p>
 </div>


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


 <div class="refsect1 returnvalues" id="refsect1-reflectionproperty.isreadonly-returnvalues">
  <h3 class="title">Значення, що повертаються</h3>
  <p class="para">
   <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> if the property is readonly, <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> otherwise.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-reflectionproperty.isreadonly-seealso">
  <h3 class="title">Прогляньте також</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="methodname"><a href="reflectionproperty.ispublic.php" class="methodname" rel="rdfs-seeAlso">ReflectionProperty::isPublic()</a> - Checks if property is public</span></li>
    <li><span class="methodname"><a href="reflectionproperty.isprotected.php" class="methodname" rel="rdfs-seeAlso">ReflectionProperty::isProtected()</a> - Checks if property is protected</span></li>
    <li><span class="methodname"><a href="reflectionproperty.isprivate.php" class="methodname" rel="rdfs-seeAlso">ReflectionProperty::isPrivate()</a> - Checks if property is private</span></li>
    <li><span class="methodname"><a href="reflectionproperty.isstatic.php" class="methodname" rel="rdfs-seeAlso">ReflectionProperty::isStatic()</a> - Checks if property is static</span></li>
   </ul>
  </p>
 </div>


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