ReflectionNamedType 類 « 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 — 檢查它是否是內建型別