« ReflectionMethod::__toString
ReflectionNamedType::getName »
PHP Manual
リフレクション
ReflectionNamedType クラス
ReflectionNamedType クラス
(PHP 7 >= 7.1.0, PHP 8)
はじめに
クラス概要
class
ReflectionNamedType
extends
ReflectionType
{
/* メソッド */
public
getName
():
string
public
isBuiltin
():
bool
/* 継承したメソッド */
public
ReflectionType::allowsNull
():
bool
public
ReflectionType::__toString
():
string
}
目次
ReflectionNamedType::getName
— 型の名前の文字列を取得する
ReflectionNamedType::isBuiltin
— 組み込みの型であるかを調べる