Exception::__clone

(PHP 5, PHP 7, PHP 8)

Exception::__cloneKlont die Exception

Beschreibung

private Exception::__clone(): void

Exceptions können nicht geklont werden, und der Versuch, dies zu tun, führt zu einem Error.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

Es wird kein Wert zurückgegeben.

Fehler/Exceptions

Exceptions sind nicht klonbar.

Changelog

Version Beschreibung
8.1.0 Exception::__clone() ist nicht mehr final.
add a note add a note

User Contributed Notes

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