<?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 => 'ru',
  ),
  'this' => 
  array (
    0 => 'openssl.constsni.php',
    1 => 'Константа SNI (Server Name Indication)',
    2 => 'Константа SNI (Server Name Indication)',
  ),
  'up' => 
  array (
    0 => 'openssl.constants.php',
    1 => 'Предопределённые константы',
  ),
  'prev' => 
  array (
    0 => 'openssl.constversion.php',
    1 => 'Константы версий',
  ),
  'next' => 
  array (
    0 => 'openssl.constants.other.php',
    1 => 'Другие константы',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ru',
    '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">Константа SNI (Server Name Indication)</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">
      Независимо от доступности SNI.
     </span>
    </dd>
   
  </dl>
  <blockquote class="note"><p><strong class="note">Замечание</strong>: 
   <p class="para">
    Эта константа требует PHP собранного
    с библиотекой OpenSSL версии 0.9.8j или выше.
   </p>
  </p></blockquote>
 </div><?php manual_footer($setup); ?>