PHP 7.0.6 Released

Predefined Interfaces and Classes

Table of Contents

See also the SPL Interfaces and reserved classes.

User Contributed Notes

articice at ua dot fm
10 months ago
Note that PHP extensions also provide interfaces you can implement, for example JsonSerializable.
Here is the full list http://php.net/manual/en/refs.basic.other.php
To Top