<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.eventbufferevent.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'en',
  ),
  'this' => 
  array (
    0 => 'eventbufferevent.sslgetcipherversion.php',
    1 => 'EventBufferEvent::sslGetCipherVersion',
    2 => 'Returns version of cipher used by current SSL connection',
  ),
  'up' => 
  array (
    0 => 'class.eventbufferevent.php',
    1 => 'EventBufferEvent',
  ),
  'prev' => 
  array (
    0 => 'eventbufferevent.sslgetciphername.php',
    1 => 'EventBufferEvent::sslGetCipherName',
  ),
  'next' => 
  array (
    0 => 'eventbufferevent.sslgetprotocol.php',
    1 => 'EventBufferEvent::sslGetProtocol',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/event/eventbufferevent/sslgetcipherversion.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="eventbufferevent.sslgetcipherversion" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">EventBufferEvent::sslGetCipherVersion</h1>
  <p class="verinfo">(PECL event &gt;= 1.10.0)</p><p class="refpurpose"><span class="refname">EventBufferEvent::sslGetCipherVersion</span> &mdash; <span class="dc-title">Returns version of cipher used by current SSL connection</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-eventbufferevent.sslgetcipherversion-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span>
   <span class="methodname"><strong>EventBufferEvent::sslGetCipherVersion</strong></span>(): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>

  <p class="para rdfs-comment">
   Retrieves version of cipher used by current SSL connection.
  </p>
  <blockquote class="note"><p><strong class="note">Note</strong>: 
   <p class="para">
    This function is available only if
    <code class="literal">Event</code>
    is compiled with OpenSSL support.
   </p>
  </p></blockquote>
 </div>

 <div class="refsect1 parameters" id="refsect1-eventbufferevent.sslgetcipherversion-parameters">
  <h3 class="title">Parameters</h3>
  <p class="para">This function has no parameters.</p>
 </div>

 <div class="refsect1 returnvalues" id="refsect1-eventbufferevent.sslgetcipherversion-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   Returns the current cipher version of the SSL connection, or <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> on error.
  </p>
 </div>

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