ReflectionNamedType 类

(PHP 7 >= 7.1.0, PHP 8)

简介

类摘要

class ReflectionNamedType extends ReflectionType {
/* 方法 */
public getName(): string
public isBuiltin(): bool
/* 继承的方法 */
}

目录

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top