PHP 8.5.0 Beta 1 available for testing
add a note

User Contributed Notes 1 note

up
23
articice at ua dot fm
10 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