EventUtil::getLastSocketErrno

(PECL event >= 1.2.6-beta)

EventUtil::getLastSocketErrnoReturns the most recent socket error number

Опис

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

Returns the most recent socket error number( errno ).

Параметри

socket

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

Значення, що повертаються

Returns the most recent socket error number( errno ).

Прогляньте Також

add a note add a note

User Contributed Notes

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