PHP 8.3.4 Released!

EventUtil::getLastSocketError

(PECL event >= 1.2.6-beta)

EventUtil::getLastSocketErrorReturns the most recent socket error

Beschreibung

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

Returns the most recent socket error.

Parameter-Liste

socket

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

Rückgabewerte

Returns the most recent socket error.

Siehe auch

add a note

User Contributed Notes

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