<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.reflectionmethod.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'fr',
  ),
  'this' => 
  array (
    0 => 'reflectionmethod.isconstructor.php',
    1 => 'ReflectionMethod::isConstructor',
    2 => 'V&eacute;rifie si la m&eacute;thode est un constructeur',
  ),
  'up' => 
  array (
    0 => 'class.reflectionmethod.php',
    1 => 'ReflectionMethod',
  ),
  'prev' => 
  array (
    0 => 'reflectionmethod.isabstract.php',
    1 => 'ReflectionMethod::isAbstract',
  ),
  'next' => 
  array (
    0 => 'reflectionmethod.isdestructor.php',
    1 => 'ReflectionMethod::isDestructor',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/reflection/reflectionmethod/isconstructor.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="reflectionmethod.isconstructor" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">ReflectionMethod::isConstructor</h1>
  <p class="verinfo">(PHP 5, PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">ReflectionMethod::isConstructor</span> &mdash; <span class="dc-title">Vérifie si la méthode est un constructeur</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-reflectionmethod.isconstructor-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>ReflectionMethod::isConstructor</strong></span>(): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <p class="para rdfs-comment">
   Vérifie si la méthode est un constructeur.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-reflectionmethod.isconstructor-parameters">
  <h3 class="title">Liste de paramètres</h3>
  <p class="para">Cette fonction ne contient aucun paramètre.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-reflectionmethod.isconstructor-returnvalues">
  <h3 class="title">Valeurs de retour</h3>
  <p class="para">
   <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> si la méthode est un constructeur; <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> sinon.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-reflectionmethod.isconstructor-seealso">
  <h3 class="title">Voir aussi</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="methodname"><a href="reflectionmethod.construct.php" class="methodname" rel="rdfs-seeAlso">ReflectionMethod::__construct()</a> - Construit un nouvel objet ReflectionMethod</span></li>
    <li><span class="methodname"><a href="reflectionmethod.isabstract.php" class="methodname" rel="rdfs-seeAlso">ReflectionMethod::isAbstract()</a> - V&eacute;rifie si la m&eacute;thode est abstraite</span></li>
    <li><span class="methodname"><a href="reflectionmethod.isdestructor.php" class="methodname" rel="rdfs-seeAlso">ReflectionMethod::isDestructor()</a> - V&eacute;rifie si la m&eacute;thode est un destructeur</span></li>
   </ul>
  </p>
 </div>


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