List of PHP native interfaces, and their implementation

List of PHP native interfaces, and their implementationThis is the list of PHP native interfaces, and their implementation as native classes.

This was extracted from the PHP 8.3 source code, with Reflection. Each link leads to the documentation. It is based on a standard PHP 8.3 distribution, plus a few extensions. Interfaces that are not implemented are not listed here (like BackedEnum) and classes that do not implements any interface are not listed here either (like, Stdclass).

Random\IntervalBoundary