Sophie

Sophie

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

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>Make event non-pending and free resources allocated for this
  event.</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="event.deltimer.html">Event::delTimer</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="event.getsupportedmethods.html">Event::getSupportedMethods</a></div>
 <div class="up"><a href="class.event.html">Event</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="event.free" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Event::free</h1>
  <p class="verinfo">(PECL libevent &gt;= 0.0.1)</p><p class="refpurpose"><span class="refname">Event::free</span> &mdash; <span class="dc-title">Make event non-pending and free resources allocated for this
  event.</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-event.free-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>Event::free</strong></span>
    ( <span class="methodparam">void</span>
   )</div>

  <p class="para rdfs-comment">
   Removes event from the list of events monitored by libevent, and free
   resources allocated for the event.
  </p>
  <div class="warning"><strong class="warning">Warning</strong>
   <p class="para">
    The
     <span class="methodname"><strong>Event::free()</strong></span>
    method currently doesn&#039;t destruct the object itself. To destruct the
    object completely call
     <span class="function"><a href="function.unset.html" class="function">unset()</a></span>
    , or assign <strong><code>NULL</code></strong>.
   </p>
  </div>
 </div>

 <div class="refsect1 parameters" id="refsect1-event.free-parameters">
  <h3 class="title">Parameters</h3>
  <p class="para">This function has no parameters.</p>
 </div>

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

 <div class="refsect1 seealso" id="refsect1-event.free-seealso">
  <h3 class="title">See Also</h3>
  <ul class="simplelist">
   <li class="member">
     <span class="methodname"><a href="event.construct.html" class="methodname" rel="rdfs-seeAlso">Event::__construct()</a> - Constructs Event object</span>
   </li>
  </ul>
 </div>

</div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="event.deltimer.html">Event::delTimer</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="event.getsupportedmethods.html">Event::getSupportedMethods</a></div>
 <div class="up"><a href="class.event.html">Event</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>