<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.zmqsocket.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ru',
  ),
  'this' => 
  array (
    0 => 'zmqsocket.unbind.php',
    1 => 'ZMQSocket::unbind',
    2 => 'Отвязывает сокет',
  ),
  'up' => 
  array (
    0 => 'class.zmqsocket.php',
    1 => 'ZMQSocket',
  ),
  'prev' => 
  array (
    0 => 'zmqsocket.setsockopt.php',
    1 => 'ZMQSocket::setSockOpt',
  ),
  'next' => 
  array (
    0 => 'class.zmqpoll.php',
    1 => 'ZMQPoll',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ru',
    'path' => 'reference/zmq/zmqsocket/unbind.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="zmqsocket.unbind" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">ZMQSocket::unbind</h1>
  <p class="verinfo">(PECL zmq &gt;= 1.0.4)</p><p class="refpurpose"><span class="refname">ZMQSocket::unbind</span> &mdash; <span class="dc-title">Отвязывает сокет</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-zmqsocket.unbind-description">
  <h3 class="title">Описание</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>ZMQSocket::unbind</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$dsn</code></span>): <span class="type"><a href="class.zmqsocket.php" class="type ZMQSocket">ZMQSocket</a></span></div>

  <p class="para rdfs-comment">
   Метод отвязывает сокет от конечной точки. Конечная
   точка определяется в формате <code class="literal">transport://address</code>, где transport
   может быть одним из следующих значений: inproc, ipc, tcp, pgm или epgm.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-zmqsocket.unbind-parameters">
  <h3 class="title">Список параметров</h3>
  <p class="para">
   <dl>
    
     <dt><code class="parameter">dsn</code></dt>
     <dd>
      <p class="para">
       Предварительно привязанная конечная точка, например <code class="literal">transport://address</code>.
      </p>
     </dd>
    
   </dl>
  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-zmqsocket.unbind-returnvalues">
  <h3 class="title">Возвращаемые значения</h3>
  <p class="para">
   Метод возвращает текущий объект или выбрасывает исключениеZMQSocketException,
   если возникла ошибка.
  </p>
 </div>



</div><?php manual_footer($setup); ?>