ReflectionClass
PHP Manual

ReflectionClass::isCloneable

(No version information available, might only be in SVN)

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