<?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.getarrayelementtype.php',
    1 => 'FFI\\CType::getArrayElementType',
    2 => 'Description',
  ),
  'up' => 
  array (
    0 => 'class.ffi-ctype.php',
    1 => 'FFI\\CType',
  ),
  'prev' => 
  array (
    0 => 'ffi-ctype.getalignment.php',
    1 => 'FFI\\CType::getAlignment',
  ),
  'next' => 
  array (
    0 => 'ffi-ctype.getarraylength.php',
    1 => 'FFI\\CType::getArrayLength',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/ffi/ctype/getarrayelementtype.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ffi-ctype.getarrayelementtype" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">FFI\CType::getArrayElementType</h1>
  <p class="verinfo">(PHP 8 &gt;= 8.1.0)</p><p class="refpurpose"><span class="refname">FFI\CType::getArrayElementType</span> &mdash; <span class="dc-title">Description</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-ffi-ctype.getarrayelementtype-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>FFI\CType::getArrayElementType</strong></span>(): <span class="type"><a href="class.ffi-ctype.php" class="type FFI\CType">FFI\CType</a></span></div>

  <p class="simpara">

  </p>

  
<div class="warning"><strong class="warning">Avertissement</strong>
<p class="simpara">
 Cette fonction est actuellement non documentée ; seule la liste des arguments est disponible.
</p>
</div>


 </div>


 <div class="refsect1 parameters" id="refsect1-ffi-ctype.getarrayelementtype-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-ffi-ctype.getarrayelementtype-returnvalues">
  <h3 class="title">Valeurs de retour</h3>
  <p class="simpara">

  </p>
 </div>



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