| 
update : 2015.11.03
php.shukuma.com 검색:
  | ZMQSocket::__construct(PECL zmq >= 0.5.0) ZMQSocket::__construct — Construct a new ZMQSocket 설명
   ZMQSocket::__construct
    ( ZMQContext  $context, int$type[, string$persistent_id= null
   [, callback$on_new_socket= null
  ]] )
   Constructs a ZMQSocket object.  인수
 
 예제
 Example #1 A ZMQSocket() example Using callback the bind/connect socket 
<?phpThe callback signature 
 반환값Throws ZMQSocketException on error. |