EventUtil::getLastSocketErrno

(PECL event >= 1.2.6-beta)

EventUtil::getLastSocketErrnoReturns the most recent socket error number

Opis

public static EventUtil::getLastSocketErrno ([ mixed $socket = NULL ] ) : int

Returns the most recent socket error number( errno ).

Parametry

socket

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

Zwracane wartości

Returns the most recent socket error number( errno ).

Zobacz też:

add a note add a note

User Contributed Notes

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