Sophie

Sophie

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

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>Returns connection status bitfield</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="function.connection-aborted.html">connection_aborted</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.connection-timeout.html">connection_timeout</a></div>
 <div class="up"><a href="ref.misc.html">Misc. Functions</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="function.connection-status" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">connection_status</h1>
  <p class="verinfo">(PHP 4, PHP 5)</p><p class="refpurpose"><span class="refname">connection_status</span> &mdash; <span class="dc-title">Returns connection status bitfield</span></p>

 </div>
 
 <div class="refsect1 description" id="refsect1-function.connection-status-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="type">int</span> <span class="methodname"><strong>connection_status</strong></span>
    ( <span class="methodparam">void</span>
   )</div>

  <p class="para rdfs-comment">
   Gets the connection status bitfield.  
  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.connection-status-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   Returns the connection status bitfield, which can be used against the
   <em>CONNECTION_XXX</em> constants to determine the connection
   status.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.connection-status-seealso">
  <h3 class="title">See Also</h3>
  <p class="para">
   <ul class="simplelist">
    <li class="member"> <span class="function"><a href="function.connection-aborted.html" class="function" rel="rdfs-seeAlso">connection_aborted()</a> - Check whether client disconnected</span></li>
    <li class="member"> <span class="function"><a href="function.ignore-user-abort.html" class="function" rel="rdfs-seeAlso">ignore_user_abort()</a> - Set whether a client disconnect should abort script execution</span></li>
    <li class="member">
     <a href="features.connection-handling.html" class="link">Connection Handling</a>
     for a complete description of connection handling in PHP.
    </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.connection-aborted.html">connection_aborted</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="function.connection-timeout.html">connection_timeout</a></div>
 <div class="up"><a href="ref.misc.html">Misc. Functions</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>