<?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 => 'it',
  ),
  'this' => 
  array (
    0 => 'reflectionproperty.getmodifiers.php',
    1 => 'ReflectionProperty::getModifiers',
    2 => 'Gets the property modifiers',
  ),
  'up' => 
  array (
    0 => 'class.reflectionproperty.php',
    1 => 'ReflectionProperty',
  ),
  'prev' => 
  array (
    0 => 'reflectionproperty.gethooks.php',
    1 => 'ReflectionProperty::getHooks',
  ),
  'next' => 
  array (
    0 => 'reflectionproperty.getname.php',
    1 => 'ReflectionProperty::getName',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/reflection/reflectionproperty/getmodifiers.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="reflectionproperty.getmodifiers" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">ReflectionProperty::getModifiers</h1>
  <p class="verinfo">(PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">ReflectionProperty::getModifiers</span> &mdash; <span class="dc-title">Gets the property modifiers</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-reflectionproperty.getmodifiers-description">
  <h3 class="title">Descrizione</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>ReflectionProperty::getModifiers</strong></span>(): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>

  <p class="para rdfs-comment">
   Gets the modifiers.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-reflectionproperty.getmodifiers-parameters">
  <h3 class="title">Elenco dei parametri</h3>
  <p class="para">Questa funzione non contiene parametri.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-reflectionproperty.getmodifiers-returnvalues">
  <h3 class="title">Valori restituiti</h3>
  <p class="para">
   A numeric representation of the modifiers.
   The actual meaning of these modifiers are described under
   <a href="class.reflectionproperty.php#reflectionproperty.constants.modifiers" class="link">predefined constants</a>.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-reflectionproperty.getmodifiers-seealso">
  <h3 class="title">Vedere anche:</h3>
  <p class="para">
   <ul class="simplelist">
    <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="reflection.getmodifiernames.php" class="methodname" rel="rdfs-seeAlso">Reflection::getModifierNames()</a> - Gets modifier names</span></li>
   </ul>
  </p>
 </div>


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