PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

ZMQSocket::bind - Bind the socket | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

ZMQSocket::bind

(PECL zmq >= 0.5.0)

ZMQSocket::bindBind the socket

説明

public ZMQSocket ZMQSocket::bind ( string $dsn [, boolean $force = false ] )

Bind the socket to an endpoint. The endpoint is defined in format transport://address where transport is one of the following: inproc, ipc, tcp, pgm or epgm.

パラメータ

dsn

The bind dsn, for example transport://address.

force

Tries to bind even if the socket has already been bound to the given endpoint.

返り値

Returns the current object. Throws ZMQSocketException on error.


忘却曲線を使ってこの知識を確実に記憶に残す

フォーラムで「ZMQSocket::bind - Bind the socket」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | ZMQSocket::bind - Bind the socket」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: