PHP 8.4.0 RC4 available for testing

EventUtil::getLastSocketError

(PECL event >= 1.2.6-beta)

EventUtil::getLastSocketErrorReturns the most recent socket error

Açıklama

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

Returns the most recent socket error.

Bağımsız Değişkenler

socket

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

Dönen Değerler

Returns the most recent socket error.

Ayrıca Bakınız

add a note

User Contributed Notes

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