ReflectionClass::isInternal
拡張モジュールあるいはコアで定義された内部クラスであるかどうかを調べる
&reftitle.description;
public boolReflectionClass::isInternal
そのクラスが拡張モジュールやコアで定義された内部クラスである (ユーザーが定義したものではない) かどうかを調べます。
&reftitle.parameters;
&no.function.parameters;
&reftitle.returnvalues;
クラスが拡張モジュールやPHPコアの内部で定義されている場合は、
&true; を返します。
そうでない場合は、&false; を返します。
&reftitle.examples;
ReflectionClass::isInternal の基本的な使用例
isInternal());
var_dump($userclass->isInternal());
?>
]]>
&example.outputs;
&reftitle.seealso;
ReflectionClass::isUserDefined