ReflectionClass::isCloneable
(PHP >= 5.4.0)
ReflectionClass::isCloneable — Returns whether this class is cloneable
Description
public bool ReflectionClass::isCloneable
( void
)
Warning
This function is currently not documented; only its argument list is available.
Parameters
This function has no parameters.
Return Values
Returns TRUE if the class is cloneable, FALSE otherwise.
There are no user contributed notes for this page.
