Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 1790

php-manual-en-5.5.7-1.mga4.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>Configures the watcher</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="evtimer.createstopped.html">EvTimer::createStopped</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="class.evwatcher.html">EvWatcher</a></div>
 <div class="up"><a href="class.evtimer.html">EvTimer</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="evtimer.set" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">EvTimer::set</h1>
  <p class="verinfo">(PECL ev &gt;= 0.2.0)</p><p class="refpurpose"><span class="refname">EvTimer::set</span> &mdash; <span class="dc-title">Configures the watcher</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-evtimer.set-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>EvTimer::set</strong></span>
    ( <span class="methodparam">
    <span class="type">double</span>
     <code class="parameter">$after</code>
   </span>
   , <span class="methodparam">
    <span class="type">double</span>
     <code class="parameter">$repeat</code>
   </span>
   )</div>

  <p class="para rdfs-comment">
   Configures the watcher
  </p>
 </div>

 <div class="refsect1 parameters" id="refsect1-evtimer.set-parameters">
  <h3 class="title">Parameters</h3>
  <dl>

   <dt>

    <span class="term">
     <em><code class="parameter">after</code></em>
    </span>
    <dd>

     <p class="para">
      Configures the timer to trigger after
      <em><code class="parameter">after</code></em>
      seconds.
     </p>
    </dd>

   </dt>

   <dt>

    <span class="term">
     <em><code class="parameter">repeat</code></em>
    </span>
    <dd>

     <p class="para">
      If repeat is
      <strong><code>0.0</code></strong>
      , then it will automatically be stopped once the timeout is reached. If
      it is positive, then the timer will automatically be configured to
      trigger again every repeat seconds later, until stopped manually.
     </p>
    </dd>

   </dt>

  </dl>

 </div>

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

</div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="evtimer.createstopped.html">EvTimer::createStopped</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="class.evwatcher.html">EvWatcher</a></div>
 <div class="up"><a href="class.evtimer.html">EvTimer</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>