<?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 => 'zh',
  ),
  'this' => 
  array (
    0 => 'reflectionproperty.isprotectedset.php',
    1 => 'ReflectionProperty::isProtectedSet',
    2 => 'Checks whether the property is protected for writing',
  ),
  'up' => 
  array (
    0 => 'class.reflectionproperty.php',
    1 => 'ReflectionProperty',
  ),
  'prev' => 
  array (
    0 => 'reflectionproperty.isprotected.php',
    1 => 'ReflectionProperty::isProtected',
  ),
  'next' => 
  array (
    0 => 'reflectionproperty.ispublic.php',
    1 => 'ReflectionProperty::isPublic',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/reflection/reflectionproperty/isprotectedset.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="reflectionproperty.isprotectedset" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">ReflectionProperty::isProtectedSet</h1>
  <p class="verinfo">(PHP 8 &gt;= 8.4.0)</p><p class="refpurpose"><span class="refname">ReflectionProperty::isProtectedSet</span> &mdash; <span class="dc-title">Checks whether the property is protected for writing</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-reflectionproperty.isprotectedset-description">
  <h3 class="title">说明</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>ReflectionProperty::isProtectedSet</strong></span>(): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <p class="simpara">
   Checks whether the property is protected for writing.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-reflectionproperty.isprotectedset-parameters">
  <h3 class="title">参数</h3>
  <p class="para">此函数没有参数。</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-reflectionproperty.isprotectedset-returnvalues">
  <h3 class="title">返回值</h3>
  <p class="simpara">
   <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> if the property is <code class="literal">protected(set)</code>, <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> otherwise.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-reflectionproperty.isprotectedset-seealso">
  <h3 class="title">参见</h3>
  <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.isprivateset.php" class="methodname" rel="rdfs-seeAlso">ReflectionProperty::isPrivateSet()</a> - Checks if property is private for writing</span></li>
   <li><span class="methodname"><a href="reflectionproperty.isreadonly.php" class="methodname" rel="rdfs-seeAlso">ReflectionProperty::isReadOnly()</a> - 检查属性是否为只读</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>
 </div>


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