The Wayback Machine - https://webcf.waybackmachine.org/web/20211207044508/https://www.php.net/manual/en/reserved.interfaces.php
add a note add a note

User Contributed Notes 1 note

up
13
articice at ua dot fm
6 years 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