Exception::__clone

(PHP 5 >= 5.1.0)

Exception::__cloneClone the exception

說明

final private void Exception::__clone ( void )

Tries to clone the Exception, which results in Fatal error.

參數

此函式沒有參數。

回傳值

無回傳值。

錯誤/例外

Exceptions are not clonable.

add a note add a note

User Contributed Notes

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