Php/docs/eventutil.getlastsocketerror

提供:Dev Guides
< Php
2020年12月14日 (月) 12:36時点におけるNotes (トーク | 投稿記録)による版 (autoload)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

EventUtil::getLastSocketError

(PECL event >= 1.2.6-beta)

EventUtil::getLastSocketErrorReturns the most recent socket error


説明

public static EventUtil::getLastSocketError ([ mixed $socket ] ) : string

Returns the most recent socket error.


パラメータ

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


返り値

Returns the most recent socket error.


参考