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: https://www.php.net/manual/zh/reserved.interfaces.php
PHP: 预定义接口和类 - Manual
添加备注

用户贡献的备注 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