| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
ZMQContext::getSocket(PECL zmq >= 0.5.0) ZMQContext::getSocket — Create a new socket 説明
public ZMQSocket ZMQContext::getSocket
( integer
$type
[, string $persistent_id = null
[, callback $on_new_socket = null
]] )
Shortcut for creating new sockets from the context. If the context is not persistent the パラメータ
例
例1 A ZMQContext() example Basic usage
<?php 返り値Returns a ZMQSocket object on success. Throws ZMQSocketException on error. |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「ZMQContext::getSocket - Create a new socket」をGoogle検索
|