<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.evembed.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'evembed.sweep.php',
    1 => 'EvEmbed::sweep',
    2 => '埋め込んだループに対して単一の非ブロックスイープを行う',
  ),
  'up' => 
  array (
    0 => 'class.evembed.php',
    1 => 'EvEmbed',
  ),
  'prev' => 
  array (
    0 => 'evembed.set.php',
    1 => 'EvEmbed::set',
  ),
  'next' => 
  array (
    0 => 'class.evfork.php',
    1 => 'EvFork',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    'path' => 'reference/ev/evembed/sweep.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="evembed.sweep" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">EvEmbed::sweep</h1>
  <p class="verinfo">(PECL ev &gt;= 0.2.0)</p><p class="refpurpose"><span class="refname">EvEmbed::sweep</span> &mdash; <span class="dc-title">埋め込んだループに対して単一の非ブロックスイープを行う</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-evembed.sweep-description">
  <h3 class="title">説明</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span>
   <span class="methodname"><strong>EvEmbed::sweep</strong></span>(): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>

  <p class="para rdfs-comment">
   埋め込んだループに対して単一の非ブロックスイープを行います。
   次のコードとほぼ同じ動きですが、埋め込んだループ用に最適な方法をとります。
   <div class="example-contents">
<div class="phpcode"><code><span style="color: #000000"><span style="color: #0000BB">&lt;?php<br />$other</span><span style="color: #007700">-&gt;</span><span style="color: #0000BB">start</span><span style="color: #007700">(</span><span style="color: #0000BB">Ev</span><span style="color: #007700">::</span><span style="color: #0000BB">RUN_NOWAIT</span><span style="color: #007700">);<br /></span><span style="color: #0000BB">?&gt;</span></span></code></div>
   </div>

  </p>
 </div>

 <div class="refsect1 parameters" id="refsect1-evembed.sweep-parameters">
  <h3 class="title">パラメータ</h3>
  <p class="para">この関数にはパラメータはありません。</p>
 </div>

 <div class="refsect1 returnvalues" id="refsect1-evembed.sweep-returnvalues">
  <h3 class="title">戻り値</h3>
  <p class="simpara">
   値を返しません。
  </p>
 </div>

 <div class="refsect1 seealso" id="refsect1-evembed.sweep-seealso">
  <h3 class="title">参考</h3>
  <ul class="simplelist">
   <li>
    <span class="methodname"><a href="evwatcher.start.php" class="methodname" rel="rdfs-seeAlso">EvWatcher::start()</a> - Starts the watcher</span>
   </li>
  </ul>
 </div>

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