ReflectionClass::isUserDefined
(PHP 5, PHP 7, PHP 8)
ReflectionClass::isUserDefined — ユーザー定義であるかどうかを調べる
パラメータ
この関数にはパラメータはありません。
+add a note
User Contributed Notes 1 note
dhairya lakhera ¶
8 years ago
$internalclass = new ReflectionClass('ReflectionClass');
class Apple {}
$userclass = new ReflectionClass('Apple');
var_dump($internalclass->isUserDefined());
var_dump($userclass->isUserDefined());
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google