Sophie

Sophie

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

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>Clean up persistent handles</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="function.http-parse-params.html">http_parse_params</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.http-persistent-handles-count.html">http_persistent_handles_count</a></div>
 <div class="up"><a href="ref.http.html">HTTP Functions</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="function.http-persistent-handles-clean" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">http_persistent_handles_clean</h1>
  <p class="verinfo">(PECL pecl_http &gt;= 1.5.0)</p><p class="refpurpose"><span class="refname">http_persistent_handles_clean</span> &mdash; <span class="dc-title">Clean up persistent handles</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-function.http-persistent-handles-clean-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="type">string</span> <span class="methodname"><strong>http_persistent_handles_clean</strong></span>
    ([ <span class="methodparam"><span class="type">string</span> <code class="parameter">$ident</code></span>
  ] )</div>

  <p class="para rdfs-comment">
   Clean up (close) persistent handles, optionally identified with ident.
  </p>
 </div>

 <div class="refsect1 parameters" id="refsect1-function.http-persistent-handles-clean-parameters">
  <h3 class="title">Parameters</h3>
  <p class="para">
   <dl>

    <dt>

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

      <p class="para">
       the identification string
      </p>
     </dd>

    </dt>

   </dl>

  </p>
 </div>

 <div class="refsect1 returnvalues" id="refsect1-function.http-persistent-handles-clean-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   No value is returned.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.http-persistent-handles-clean-seealso">
  <h3 class="title">See Also</h3>
  <p class="para">
   <ul class="simplelist">
    <li class="member"> <span class="function"><a href="function.http-persistent-handles-ident.html" class="function" rel="rdfs-seeAlso">http_persistent_handles_ident()</a> - Get/set ident of persistent handles</span></li>
    <li class="member"> <span class="function"><a href="function.http-persistent-handles-count.html" class="function" rel="rdfs-seeAlso">http_persistent_handles_count()</a> - Stat persistent handles</span></li>
   </ul>
  </p>
 </div>



</div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="function.http-parse-params.html">http_parse_params</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.http-persistent-handles-count.html">http_persistent_handles_count</a></div>
 <div class="up"><a href="ref.http.html">HTTP Functions</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>