<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/openssl.constants.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'fr',
  ),
  'this' => 
  array (
    0 => 'openssl.constsni.php',
    1 => 'Constantes d\'identification du nom de serveur',
    2 => 'Constantes d\'identification du nom de serveur',
  ),
  'up' => 
  array (
    0 => 'openssl.constants.php',
    1 => 'Constantes pr&eacute;-d&eacute;finies',
  ),
  'prev' => 
  array (
    0 => 'openssl.constversion.php',
    1 => 'Constantes de version',
  ),
  'next' => 
  array (
    0 => 'openssl.constants.other.php',
    1 => 'Autres constantes',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/openssl/constants.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="openssl.constsni" class="section">
  <h2 class="title">Constantes d&#039;identification du nom de serveur</h2>
  <dl>
   
    <dt id="constant.openssl-tlsext-server-name">
     <strong><code><a href="openssl.constsni.php#constant.openssl-tlsext-server-name">OPENSSL_TLSEXT_SERVER_NAME</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Si le support SNI est disponible ou non.
     </span>
    </dd>
   
  </dl>
  <blockquote class="note"><p><strong class="note">Note</strong>: 
   <p class="para">
    Cette constante n&#039;est disponible que lorsque PHP est compilé avec
    OpenSSL 0.9.8j ou ultérieur
   </p>
  </p></blockquote>
 </div><?php manual_footer($setup); ?>