- PHP 手册
- 函数参考
- 变量与类型相关扩展
- 反射
- ReflectionExtension
ReflectionExtension::__clone
(PHP 5, PHP 7, PHP 8)
ReflectionExtension::__clone — Clones
说明
final private ReflectionExtension::__clone(): voidclone方法阻止实例克隆。反射类实例不允许被克隆。
参数
此函数没有参数。
返回值
没有返回值,如果被调用将产生fatal错误。
参见
- ReflectionExtension::__construct() - Constructs a ReflectionExtension
- Object cloning
User Contributed Notes
There are no user contributed notes for this page.官方地址:https://www.php.net/manual/en/reflectionextension.clone.php