<?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 => 'de',
  ),
  'this' => 
  array (
    0 => 'reflectionfunctionabstract.isinternal.php',
    1 => 'ReflectionFunctionAbstract::isInternal',
    2 => 'Checks if is internal',
  ),
  'up' => 
  array (
    0 => 'class.reflectionfunctionabstract.php',
    1 => 'ReflectionFunctionAbstract',
  ),
  'prev' => 
  array (
    0 => 'reflectionfunctionabstract.isgenerator.php',
    1 => 'ReflectionFunctionAbstract::isGenerator',
  ),
  'next' => 
  array (
    0 => 'reflectiofunctionabstract.isstatic.php',
    1 => 'ReflectionFunctionAbstract::isStatic',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/reflection/reflectionfunctionabstract/isinternal.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="reflectionfunctionabstract.isinternal" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">ReflectionFunctionAbstract::isInternal</h1>
  <p class="verinfo">(PHP 5 &gt;= 5.2.0, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">ReflectionFunctionAbstract::isInternal</span> &mdash; <span class="dc-title">Checks if is internal</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-reflectionfunctionabstract.isinternal-description">
  <h3 class="title">Beschreibung</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>ReflectionFunctionAbstract::isInternal</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 function is internal, as opposed to user-defined.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-reflectionfunctionabstract.isinternal-parameters">
  <h3 class="title">Parameter-Liste</h3>
  <p class="para">Diese Funktion besitzt keine Parameter.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-reflectionfunctionabstract.isinternal-returnvalues">
  <h3 class="title">Rückgabewerte</h3>
  <p class="para">
   <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> if it&#039;s internal, otherwise <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong>
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-reflectionfunctionabstract.isinternal-seealso">
  <h3 class="title">Siehe auch</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="methodname"><a href="reflectionfunctionabstract.isuserdefined.php" class="methodname" rel="rdfs-seeAlso">ReflectionFunctionAbstract::isUserDefined()</a> - Checks if user defined</span></li>
   </ul>
  </p>
 </div>


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