ReflectionClass
PHP Manual

ReflectionClass::isCloneable

(PHP >= 5.4.0)

ReflectionClass::isCloneableReturns 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.


ReflectionClass
PHP Manual