ReflectionClass::isCloneable このクラスがクローン可能かどうかを返す &reftitle.description; public boolReflectionClass::isCloneable このクラスがクローン可能かどうかを返します。 &reftitle.parameters; &no.function.parameters; &reftitle.returnvalues; このクラスがクローン可能である場合に &true;、そうでない場合に &false; を返します。 &reftitle.examples; <methodname>ReflectionClass::isCloneable</methodname> の基本的な使用例 isCloneable()); var_dump($cloneable->isCloneable()); ?> ]]> &example.outputs;