EventUtil::getLastSocketError

(PECL event >= 1.2.6-beta)

EventUtil::getLastSocketErrorReturns the most recent socket error

說明

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

Returns the most recent socket error.

參數

socket

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

回傳值

Returns the most recent socket error.

參見

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top