ReflectionType
abstract class ReflectionType implements Stringable (View source)
The ReflectionType class reports information about a function's parameters.
Methods
bool
allowsNull()
Checks if null is allowed
bool
isBuiltin()
Checks if it is a built-in type
string
__toString()
To string
Details
bool
allowsNull()
Since: 7.0
Checks if null is allowed
bool
isBuiltin()
Since: 7.0
Checks if it is a built-in type
string
__toString()
Since: 7.0
To string