Sophie

Sophie

distrib > Mageia > 7 > aarch64 > by-pkgid > 2b917e0437961edec048f1d15e2d7449 > files > 2091

php-manual-en-7.2.11-1.mga7.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>Make a single, non-blocking sweep over the embedded loop</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="evembed.set.html">EvEmbed::set</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="class.evfork.html">EvFork</a></div>
 <div class="up"><a href="class.evembed.html">EvEmbed</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><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">Make a single, non-blocking sweep over the embedded loop</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-evembed.sweep-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span>
   <span class="type"><span class="type void">void</span></span> 
   <span class="methodname"><strong>EvEmbed::sweep</strong></span>
    ( <span class="methodparam">void</span>
   )</div>

  <p class="para rdfs-comment">
   Make a single, non-blocking sweep over the embedded loop. Works similarly
   to the following, but in the most appropriate way for embedded loops:
   <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">Parameters</h3>
  <p class="para">This function has no parameters.</p>
 </div>

 <div class="refsect1 returnvalues" id="refsect1-evembed.sweep-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   No value is returned.
  </p>
 </div>

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

</div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="evembed.set.html">EvEmbed::set</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="class.evfork.html">EvFork</a></div>
 <div class="up"><a href="class.evembed.html">EvEmbed</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>