<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.swoole-connection-iterator.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'swoole-connection-iterator.offsetset.php',
    1 => 'Swoole\\Connection\\Iterator::offsetSet',
    2 => 'Assign a Connection to the specified offset.',
  ),
  'up' => 
  array (
    0 => 'class.swoole-connection-iterator.php',
    1 => 'Swoole\\Connection\\Iterator',
  ),
  'prev' => 
  array (
    0 => 'swoole-connection-iterator.offsetget.php',
    1 => 'Swoole\\Connection\\Iterator::offsetGet',
  ),
  'next' => 
  array (
    0 => 'swoole-connection-iterator.offsetunset.php',
    1 => 'Swoole\\Connection\\Iterator::offsetUnset',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/swoole/swoole/connection/iterator/offsetset.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="swoole-connection-iterator.offsetset" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Swoole\Connection\Iterator::offsetSet</h1>
  <p class="verinfo">(PECL swoole &gt;= 1.9.0)</p><p class="refpurpose"><span class="refname">Swoole\Connection\Iterator::offsetSet</span> &mdash; <span class="dc-title">Assign a Connection to the specified offset.</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-swoole-connection-iterator.offsetset-description">
  <h3 class="title">説明</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>Swoole\Connection\Iterator::offsetSet</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$offset</code></span>, <span class="methodparam"><span class="type"><a href="language.types.mixed.php" class="type mixed">mixed</a></span> <code class="parameter">$connection</code></span>): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>

  <p class="para rdfs-comment">
    Assign a Connection to the specified offset.
  </p>

 </div>


 <div class="refsect1 parameters" id="refsect1-swoole-connection-iterator.offsetset-parameters">
  <h3 class="title">パラメータ</h3>
  <dl>
   
    <dt><code class="parameter">offset</code></dt>
    <dd>
     <p class="para">
      The offset to assign the Connection to.
     </p>
    </dd>
   
   
    <dt><code class="parameter">connection</code></dt>
    <dd>
     <p class="para">
      The connection to set.
     </p>
    </dd>
   
  </dl>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-swoole-connection-iterator.offsetset-returnvalues">
  <h3 class="title">戻り値</h3>
  <p class="para">
   
  </p>
 </div>



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