<?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.isprivate.php',
    1 => 'ReflectionProperty::isPrivate',
    2 => 'Checks if property is private',
  ),
  'up' => 
  array (
    0 => 'class.reflectionproperty.php',
    1 => 'ReflectionProperty',
  ),
  'prev' => 
  array (
    0 => 'reflectionproperty.islazy.php',
    1 => 'ReflectionProperty::isLazy',
  ),
  'next' => 
  array (
    0 => 'reflectionproperty.isprivateset.php',
    1 => 'ReflectionProperty::isPrivateSet',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/reflection/reflectionproperty/isprivate.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="reflectionproperty.isprivate" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">ReflectionProperty::isPrivate</h1>
  <p class="verinfo">(PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">ReflectionProperty::isPrivate</span> &mdash; <span class="dc-title">Checks if property is private</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-reflectionproperty.isprivate-description">
  <h3 class="title">Опис</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>ReflectionProperty::isPrivate</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 property is private.
  </p>
 </div>


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


 <div class="refsect1 returnvalues" id="refsect1-reflectionproperty.isprivate-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 private, <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> otherwise.
  </p>
  <blockquote class="note"><p><strong class="note">Зауваження</strong>: 
   <span class="simpara">
    Note this refers only to the main visibility, and not to a <a href="language.oop5.visibility.php#language.oop5.visibility-members-aviz" class="link">set-visibility</a>, if specified.
   </span>
  </p></blockquote>
 </div>


 <div class="refsect1 seealso" id="refsect1-reflectionproperty.isprivate-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.isreadonly.php" class="methodname" rel="rdfs-seeAlso">ReflectionProperty::isReadOnly()</a> - Checks if property is readonly</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); ?>