EventUtil
PHP Manual

EventUtil::getLastSocketErrno

(PECL event >= 1.2.6-beta)

EventUtil::getLastSocketErrnoReturns the most recent socket error number

Descrição

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

Returns the most recent socket error number( errno ).

Parâmetros

socket

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

Valor Retornado

Returns the most recent socket error number( errno ).

Veja Também


EventUtil
PHP Manual