<?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 => 'ja',
  ),
  'this' => 
  array (
    0 => 'eventhttpconnection.setlocalport.php',
    1 => 'EventHttpConnection::setLocalPort',
    2 => 'Sets the local port from which connections are made',
  ),
  'up' => 
  array (
    0 => 'class.eventhttpconnection.php',
    1 => 'EventHttpConnection',
  ),
  'prev' => 
  array (
    0 => 'eventhttpconnection.setlocaladdress.php',
    1 => 'EventHttpConnection::setLocalAddress',
  ),
  'next' => 
  array (
    0 => 'eventhttpconnection.setmaxbodysize.php',
    1 => 'EventHttpConnection::setMaxBodySize',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/event/eventhttpconnection/setlocalport.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="eventhttpconnection.setlocalport" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">EventHttpConnection::setLocalPort</h1>
  <p class="verinfo">(PECL event &gt;= 1.2.6-beta)</p><p class="refpurpose"><span class="refname">EventHttpConnection::setLocalPort</span> &mdash; <span class="dc-title">Sets the local port from which connections are made</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-eventhttpconnection.setlocalport-description">
  <h3 class="title">説明</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span>
   <span class="methodname"><strong>EventHttpConnection::setLocalPort</strong></span>(<span class="methodparam">
    
    <span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$port</code>
   </span>): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>

  <p class="para rdfs-comment">
   Sets the local port from which connections are made.
  </p>
 </div>

 <div class="refsect1 parameters" id="refsect1-eventhttpconnection.setlocalport-parameters">
  <h3 class="title">パラメータ</h3>
  <dl>
   
    <dt>
     <code class="parameter">port</code>
    </dt>
    <dd>
     <p class="para">
      The port number.
     </p>
    </dd>
   
  </dl>
 </div>

 <div class="refsect1 returnvalues" id="refsect1-eventhttpconnection.setlocalport-returnvalues">
  <h3 class="title">戻り値</h3>
  <p class="para">
 </div>

 <div class="refsect1 seealso" id="refsect1-eventhttpconnection.setlocalport-seealso">
  <h3 class="title">参考</h3>
  <ul class="simplelist">
   <li>
    <span class="methodname"><a href="eventhttpconnection.setlocaladdress.php" class="methodname" rel="rdfs-seeAlso">EventHttpConnection::setLocalAddress()</a> - Sets the IP address from which HTTP connections are made</span>
   </li>
  </ul>
 </div>

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