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

EventUtil::getSocketName - Retreives the current address to which the socket is bound. | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

EventUtil::getSocketName

(PECL event >= 1.5.0)

EventUtil::getSocketNameRetreives the current address to which the socket is bound.

説明

public static bool EventUtil::getSocketName ( mixed $socket , string &$address [, mixed &$port ] )

Retreives the current address to which the socket is bound.

パラメータ

socket

Socket resource, stream or a file descriptor of a socket.

address

Output parameter. IP-address, or the UNIX domain socket path depending on the socket address family.

port

Output parameter. The port the socket is bound to. Has no meaning for UNIX domain sockets.

返り値

Returns TRUE on success. Otherwise FALSE.


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

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