<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.ffi-ctype.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'fr',
  ),
  'this' => 
  array (
    0 => 'ffi-ctype.getfuncparametertype.php',
    1 => 'FFI\\CType::getFuncParameterType',
    2 => 'R&eacute;cup&eacute;rer le type d&rsquo;un param&egrave;tre de fonction',
  ),
  'up' => 
  array (
    0 => 'class.ffi-ctype.php',
    1 => 'FFI\\CType',
  ),
  'prev' => 
  array (
    0 => 'ffi-ctype.getfuncparametercount.php',
    1 => 'FFI\\CType::getFuncParameterCount',
  ),
  'next' => 
  array (
    0 => 'ffi-ctype.getfuncreturntype.php',
    1 => 'FFI\\CType::getFuncReturnType',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/ffi/ctype/getfuncparametertype.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ffi-ctype.getfuncparametertype" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">FFI\CType::getFuncParameterType</h1>
  <p class="verinfo">(PHP 8 &gt;= 8.1.0)</p><p class="refpurpose"><span class="refname">FFI\CType::getFuncParameterType</span> &mdash; <span class="dc-title">Récupérer le type d’un paramètre de fonction</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-ffi-ctype.getfuncparametertype-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>FFI\CType::getFuncParameterType</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$index</code></span>): <span class="type"><a href="class.ffi-ctype.php" class="type FFI\CType">FFI\CType</a></span></div>

  <p class="simpara">
   Retourne le type d’un paramètre pour le type de fonction sous-jacent.
  </p>

 </div>


 <div class="refsect1 parameters" id="refsect1-ffi-ctype.getfuncparametertype-parameters">
  <h3 class="title">Liste de paramètres</h3>
  <dl>
   
    <dt><code class="parameter">index</code></dt>
    <dd>
     <span class="simpara">
      Index du paramètre de la fonction, basé sur zéro.
     </span>
    </dd>
   
  </dl>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-ffi-ctype.getfuncparametertype-returnvalues">
  <h3 class="title">Valeurs de retour</h3>
  <p class="simpara">
   Retourne le type d’un paramètre pour le type de fonction sous-jacent.
   Si le type sous-jacent n’est pas une fonction, ou si l’index fourni est en dehors
   de la plage des paramètres de la fonction, une
   <span class="exceptionname"><strong class="exceptionname">FFI\Exception</strong></span> est levée.
  </p>
 </div>



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