ReflectionClass::isCloneable
Returns whether this class is cloneable
&reftitle.description;
public boolReflectionClass::isCloneable
Returns whether this class is cloneable.
&reftitle.parameters;
&no.function.parameters;
&reftitle.returnvalues;
Returns &true; if the class is cloneable, &false; otherwise.
&reftitle.examples;
Basic usage of ReflectionClass::isCloneable
isCloneable());
var_dump($cloneable->isCloneable());
?>
]]>
&example.outputs;