PHP 8.3.4 Released!

Error::__construct

(PHP 7, PHP 8)

Error::__constructBir hata nesnesi oluşturur

Açıklama

public Error::__construct(string $message = "", int $code = 0, ?Throwable $previous = null)

Error nesnesi oluşturur.

Bağımsız Değişkenler

message

Hata iletisi.

code

Hatanın kodu.

previous

Zincirdeki önceki nesne.

Notlar

Bilginize:

message bağımsız değişkeni ikil olarak güvenli değildir.

add a note

User Contributed Notes

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