? ReflectionMethod::__toString
ReflectionNamedType::getName ?
PHP8中文参考手册
反射
ReflectionNamedType 类
ReflectionNamedType 类
(PHP 7 >= 7.1.0, PHP 8)
简介
类摘要
ReflectionNamedType
extends
ReflectionType
{
/* 方法 */
public
getName
( ) :
string
public
isBuiltin
( ) :
bool
/* 继承的方法 */
public
ReflectionType::allowsNull
( ) :
bool
public
ReflectionType::__toString
( ) :
string
}
Table of Contents
ReflectionNamedType::getName
— 以字符串形式获取类型的名称
ReflectionNamedType::isBuiltin
— 检查它是否是内置类型
User Contributed Notes
There are no user contributed notes for this page.
PHP8中文手册
由
站长在线
整理 版权归PHP文档组所有