iBet uBet web content aggregator. Adding the entire web to your favor.
iBet uBet web content aggregator. Adding the entire web to your favor.



Link to original content: http://php.net/manual/en/reserved.interfaces.php
PHP: Predefined Interfaces and Classes - Manual
add a note

User Contributed Notes 1 note

up
17
articice at ua dot fm
9 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