EventUtil::getLastSocketError

(PECL event >= 1.2.6-beta)

EventUtil::getLastSocketErrorDevuelve el error más reciente ocurrido en el socket

Descripción

public static 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.

Ver también

add a note

User Contributed Notes

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