EventUtil::getLastSocketError
PHP Manual
PHP Manual»EventUtil»EventUtil::getLastSocketError

EventUtil::getLastSocketError

(PECL event >= 1.2.6-beta)

EventUtil::getLastSocketErrorReturns the most recent socket error

Descrizione

public static function EventUtil::getLastSocketError( mixed $socket = ?): string

Returns the most recent socket error.

Elenco dei parametri

socket

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

Valori restituiti

Returns the most recent socket error.

Vedere anche:

To Top