Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > 2b917e0437961edec048f1d15e2d7449 > files > 14939

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>Disconnect a socket</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="zmqsocket.construct.html">ZMQSocket::__construct</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="zmqsocket.getendpoints.html">ZMQSocket::getEndpoints</a></div>
 <div class="up"><a href="class.zmqsocket.html">ZMQSocket</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="zmqsocket.disconnect" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">ZMQSocket::disconnect</h1>
  <p class="verinfo">(PECL zmq &gt;= 1.0.4)</p><p class="refpurpose"><span class="refname">ZMQSocket::disconnect</span> &mdash; <span class="dc-title">Disconnect a socket</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-zmqsocket.disconnect-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="type"><a href="class.zmqsocket.html" class="type ZMQSocket">ZMQSocket</a></span> <span class="methodname"><strong>ZMQSocket::disconnect</strong></span>
    ( <span class="methodparam"><span class="type">string</span> <code class="parameter">$dsn</code></span>
   )</div>

  <p class="para rdfs-comment">
   Disconnect the socket from a previously connected remote endpoint. The endpoint is defined in format
   <em>transport://address</em> where transport is one of the following: inproc, ipc, tcp, pgm or epgm.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-zmqsocket.disconnect-parameters">
  <h3 class="title">Parameters</h3>
  <p class="para">
   <dl>

    
     <dt>
<code class="parameter">dsn</code></dt>

     <dd>

      <p class="para">
       The connect dsn, for example <em>transport://address</em>.
      </p>
     </dd>

    
    </dl>

  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-zmqsocket.disconnect-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   Returns the current object. Throws ZMQSocketException on error.
  </p>
 </div>


</div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="zmqsocket.construct.html">ZMQSocket::__construct</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="zmqsocket.getendpoints.html">ZMQSocket::getEndpoints</a></div>
 <div class="up"><a href="class.zmqsocket.html">ZMQSocket</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>