Type Functions and Classes
Introduction
Here's a list of what we find is missing from PHP's built-in support for data types.
By Functional Area
Functional Area | Purpose |
---|---|
Type Checks | Check for common data types |
Type Inspectors | Discover a variable's type, or a class's parents, traits and namespace |
Type Interfaces | Extra types that we wish PHP had |