EventUtil::getLastSocketError

(PECL event >= 1.2.6-beta)

EventUtil::getLastSocketError — Devuelve el error más reciente ocurrido en el socket

Descripción

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

Devuelve el error más reciente ocurrido en el socket.

Parámetros

socket

Recurso de socket, flujo, o descriptor de fichero de socket.

Valores devueltos

Devuelve el error más reciente ocurrido en el socket.

Véase también

+add a note

User Contributed Notes

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