Statement on glibc/iconv Vulnerability

FiberError

(PHP 8 >= 8.1.0)

Introduzione

FiberError is thrown when an invalid operation is performed on a Fiber.

Sommario della classe

final class FiberError extends Error {
/* Proprietà ereditate */
protected string $message = "";
private string $string = "";
protected int $code;
protected string $file = "";
protected int $line;
private array $trace = [];
private ?Throwable $previous = null;
/* Metodi */
public __construct()
/* Metodi ereditati */
final public Error::getMessage(): string
final public Error::getCode(): int
final public Error::getFile(): string
final public Error::getLine(): int
final public Error::getTrace(): array
private Error::__clone(): void
}

Indice dei contenuti

add a note

User Contributed Notes

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