Php/docs/class.reflectiontype
来自菜鸟教程
(PHP 7)
简介
ReflectionType 类用于获取函数、类方法的参数或者返回值的类型。
类摘要
ReflectionType {
public allowsNull ( ) : bool
public isBuiltin ( ) : bool
public __toString ( ) : string
}
Table of Contents
- ReflectionType::allowsNull — Checks if null is allowed
- ReflectionType::isBuiltin — Checks if it is a built-in type
- ReflectionType::__toString — To string
/* 方法 */