<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.reflectionfunctionabstract.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'reflectiofunctionabstract.isstatic.php',
    1 => 'ReflectionFunctionAbstract::isStatic',
    2 => 'Checks if the function is static',
  ),
  'up' => 
  array (
    0 => 'class.reflectionfunctionabstract.php',
    1 => 'ReflectionFunctionAbstract',
  ),
  'prev' => 
  array (
    0 => 'reflectionfunctionabstract.isinternal.php',
    1 => 'ReflectionFunctionAbstract::isInternal',
  ),
  'next' => 
  array (
    0 => 'reflectionfunctionabstract.isuserdefined.php',
    1 => 'ReflectionFunctionAbstract::isUserDefined',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/reflection/reflectionfunctionabstract/isstatic.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="reflectiofunctionabstract.isstatic" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">ReflectionFunctionAbstract::isStatic</h1>
  <p class="verinfo">(PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">ReflectionFunctionAbstract::isStatic</span> &mdash; <span class="dc-title">Checks if the function is static</span></p>

 </div>

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

  <p class="para rdfs-comment">
   Checks if the function is static.
  </p>
 </div>


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


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


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

    </thead>

    <tbody class="tbody">
     <tr>
      <td>8.1.0</td>
      <td>
       This method has been pulled up. Previously, it was only defined in
       <span class="classname"><a href="class.reflectionmethod.php" class="classname">ReflectionMethod</a></span>.
      </td>
     </tr>

    </tbody>
   
  </table>

 </div>


 <div class="refsect1 seealso" id="refsect1-reflectiofunctionabstract.isstatic-seealso">
  <h3 class="title">Прогляньте також</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="methodname"><a href="reflectionmethod.isfinal.php" class="methodname" rel="rdfs-seeAlso">ReflectionMethod::isFinal()</a> - Checks if method is final</span></li>
   </ul>
  </p>
 </div>


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