<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.reflectionparameter.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'de',
  ),
  'this' => 
  array (
    0 => 'reflectionparameter.isdefaultvalueconstant.php',
    1 => 'ReflectionParameter::isDefaultValueConstant',
    2 => 'Returns whether the default value of this parameter is a constant',
  ),
  'up' => 
  array (
    0 => 'class.reflectionparameter.php',
    1 => 'ReflectionParameter',
  ),
  'prev' => 
  array (
    0 => 'reflectionparameter.isdefaultvalueavailable.php',
    1 => 'ReflectionParameter::isDefaultValueAvailable',
  ),
  'next' => 
  array (
    0 => 'reflectionparameter.isoptional.php',
    1 => 'ReflectionParameter::isOptional',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/reflection/reflectionparameter/isdefaultvalueconstant.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="reflectionparameter.isdefaultvalueconstant" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">ReflectionParameter::isDefaultValueConstant</h1>
  <p class="verinfo">(PHP 5 &gt;= 5.4.6, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">ReflectionParameter::isDefaultValueConstant</span> &mdash; <span class="dc-title">Returns whether the default value of this parameter is a constant</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-reflectionparameter.isdefaultvalueconstant-description">
  <h3 class="title">Beschreibung</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>ReflectionParameter::isDefaultValueConstant</strong></span>(): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <p class="para rdfs-comment">
   Returns whether the default value of this parameter is a constant.
  </p>
 </div>


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


 <div class="refsect1 returnvalues" id="refsect1-reflectionparameter.isdefaultvalueconstant-returnvalues">
  <h3 class="title">Rückgabewerte</h3>
  <p class="para">
   Returns <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> if the default value is constant, and <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> otherwise.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-reflectionparameter.isdefaultvalueconstant-seealso">
  <h3 class="title">Siehe auch</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="methodname"><a href="reflectionparameter.getdefaultvalueconstantname.php" class="methodname" rel="rdfs-seeAlso">ReflectionParameter::getDefaultValueConstantName()</a> - Returns the default value's constant name if default value is constant or null</span></li>
    <li><span class="methodname"><a href="reflectionparameter.isdefaultvalueavailable.php" class="methodname" rel="rdfs-seeAlso">ReflectionParameter::isDefaultValueAvailable()</a> - Checks if a default value is available</span></li>
   </ul>
  </p>
 </div>



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