类型名称的可能值是
- 类、接口或特性的名称,
- 任何内置类型的名称 (php 8.2):array、bool、callable、float、int、null、object、string、false、iterable、mixed、never、true、void,
- 任何相对类类型的名称:parent、self、static。
(PHP 7 >= 7.1.0, PHP 8)
ReflectionNamedType::getName — 获取类型名称作为字符串
此函数没有参数。
返回被反射类型的名称。
类型名称的可能值是
- 类、接口或特性的名称,
- 任何内置类型的名称 (php 8.2):array、bool、callable、float、int、null、object、string、false、iterable、mixed、never、true、void,
- 任何相对类类型的名称:parent、self、static。