EventUtil::getLastSocketError

(PECL event >= 1.2.6-beta)

EventUtil::getLastSocketErrorReturns the most recent socket error

Descripción

publicstaticEventUtil::getLastSocketError(mixed$socket = ?): string

Returns the most recent socket error.

Parámetros

socket

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

Valores devueltos

Returns the most recent socket error.

Ver también

To Top