Sophie

Sophie

distrib > Mageia > 4 > i586 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 1150

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>The ZMQContext class</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="zmq.construct.html">ZMQ::__construct</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="zmqcontext.construct.html">ZMQContext::__construct</a></div>
 <div class="up"><a href="book.zmq.html">0MQ messaging</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="class.zmqcontext" class="reference">

 <h1 class="title">The ZMQContext class</h1>
 

 <div class="partintro"><p class="verinfo">(No version information available, might only be in SVN)</p>


  <div class="section" id="zmqcontext.intro">
   <h2 class="title">Introduction</h2>
   <p class="para">

   </p>
  </div>


  <div class="section" id="zmqcontext.synopsis">
   <h2 class="title">Class synopsis</h2>


   <div class="classsynopsis">
    <div class="ooclass"></div>


    <div class="classsynopsisinfo">
     <span class="ooclass">
      <strong class="classname">ZMQContext</strong>
     </span>
     {</div>

    
    <div class="classsynopsisinfo classsynopsisinfo_comment">/* Methods */</div>
    <div class="methodsynopsis dc-description">
    <span class="methodname"><a href="zmqcontext.construct.html" class="methodname">__construct</a></span>
    ([ <span class="methodparam"><span class="type">integer</span> <code class="parameter">$io_threads</code><span class="initializer"> = 1</span></span>
   [, <span class="methodparam"><span class="type">boolean</span> <code class="parameter">$is_persistent</code><span class="initializer"> = true</span></span>
  ]] )</div>
<div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="type">mixed</span> <span class="methodname"><a href="zmqcontext.getopt.html" class="methodname">getOpt</a></span>
    ( <span class="methodparam"><span class="type">string</span> <code class="parameter">$key</code></span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="type">ZMQSocket</span> <span class="methodname"><a href="zmqcontext.getsocket.html" class="methodname">getSocket</a></span>
    ( <span class="methodparam"><span class="type">integer</span> <code class="parameter">$type</code></span>
   [, <span class="methodparam"><span class="type">string</span> <code class="parameter">$persistent_id</code><span class="initializer"> = null</span></span>
   [, <span class="methodparam"><span class="type"><a href="language.pseudo-types.html#language.types.callback" class="type callback">callback</a></span> <code class="parameter">$on_new_socket</code><span class="initializer"> = null</span></span>
  ]] )</div>
<div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="type">boolean</span> <span class="methodname"><a href="zmqcontext.ispersistent.html" class="methodname">isPersistent</a></span>
    ( <span class="methodparam">void</span>
   )</div>
<div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="type">ZMQContext</span> <span class="methodname"><a href="zmqcontext.setopt.html" class="methodname">setOpt</a></span>
    ( <span class="methodparam"><span class="type">integer</span> <code class="parameter">$key</code></span>
   , <span class="methodparam"><span class="type"><a href="language.pseudo-types.html#language.types.mixed" class="type mixed">mixed</a></span> <code class="parameter">$value</code></span>
   )</div>

   }</div>


  </div>

 </div>

 




































<h2>Table of Contents</h2><ul class="chunklist chunklist_reference"><li><a href="zmqcontext.construct.html">ZMQContext::__construct</a> — Construct a new ZMQContext object</li><li><a href="zmqcontext.getopt.html">ZMQContext::getOpt</a> — Get context option</li><li><a href="zmqcontext.getsocket.html">ZMQContext::getSocket</a> — Create a new socket</li><li><a href="zmqcontext.ispersistent.html">ZMQContext::isPersistent</a> — Whether the context is persistent</li><li><a href="zmqcontext.setopt.html">ZMQContext::setOpt</a> — Set a socket option</li></ul>
</div>
<hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="zmq.construct.html">ZMQ::__construct</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="zmqcontext.construct.html">ZMQContext::__construct</a></div>
 <div class="up"><a href="book.zmq.html">0MQ messaging</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>