<?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.sslgetprotocol.php',
    1 => 'EventBufferEvent::sslGetProtocol',
    2 => 'Returns the name of the protocol used for current SSL connection',
  ),
  'up' => 
  array (
    0 => 'class.eventbufferevent.php',
    1 => 'EventBufferEvent',
  ),
  'prev' => 
  array (
    0 => 'eventbufferevent.sslgetcipherversion.php',
    1 => 'EventBufferEvent::sslGetCipherVersion',
  ),
  'next' => 
  array (
    0 => 'eventbufferevent.sslrenegotiate.php',
    1 => 'EventBufferEvent::sslRenegotiate',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/event/eventbufferevent/sslgetprotocol.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="eventbufferevent.sslgetprotocol" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">EventBufferEvent::sslGetProtocol</h1>
  <p class="verinfo">(PECL event &gt;= 1.10.0)</p><p class="refpurpose"><span class="refname">EventBufferEvent::sslGetProtocol</span> &mdash; <span class="dc-title">Returns the name of the protocol used for current SSL connection</span></p>

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

  <p class="para rdfs-comment">
   Returns the name of the protocol used for 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.sslgetprotocol-parameters">
  <h3 class="title">Parameters</h3>
  <p class="para">This function has no parameters.</p>
 </div>

 <div class="refsect1 returnvalues" id="refsect1-eventbufferevent.sslgetprotocol-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   Returns the name of the protocol used for current SSL connection.
  </p>
 </div>

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