<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.eventhttpconnection.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'eventhttpconnection.getbase.php',
    1 => 'EventHttpConnection::getBase',
    2 => 'Returns event base associated with the connection',
  ),
  'up' => 
  array (
    0 => 'class.eventhttpconnection.php',
    1 => 'EventHttpConnection',
  ),
  'prev' => 
  array (
    0 => 'eventhttpconnection.construct.php',
    1 => 'EventHttpConnection::__construct',
  ),
  'next' => 
  array (
    0 => 'eventhttpconnection.getpeer.php',
    1 => 'EventHttpConnection::getPeer',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/event/eventhttpconnection/getbase.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="eventhttpconnection.getbase" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">EventHttpConnection::getBase</h1>
  <p class="verinfo">(PECL event &gt;= 1.2.6-beta)</p><p class="refpurpose"><span class="refname">EventHttpConnection::getBase</span> &mdash; <span class="dc-title">Returns event base associated with the connection</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-eventhttpconnection.getbase-description">
  <h3 class="title">Açıklama</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span>
   <span class="methodname"><strong>EventHttpConnection::getBase</strong></span>(): <span class="type"><a href="class.eventbase.php" class="type EventBase">EventBase</a></span></div>

  <p class="para rdfs-comment">
   Returns event base associated with the connection.
  </p>
 </div>

 <div class="refsect1 parameters" id="refsect1-eventhttpconnection.getbase-parameters">
  <h3 class="title">Bağımsız Değişkenler</h3>
  <p class="para">Bu işlevin bağımsız değişkeni yoktur.</p>
 </div>

 <div class="refsect1 returnvalues" id="refsect1-eventhttpconnection.getbase-returnvalues">
  <h3 class="title">Dönen Değerler</h3>
  <p class="para">
   On success returns
   <span class="classname"><a href="class.eventbase.php" class="classname">EventBase</a></span>
   object associated with the connection. Otherwise <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong>.
  </p>
 </div>

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