미리 정의된 Interface 와 Class

Table of Contents

SPL 인터페이스예약된 클래스 또한 참고하세요.

add a note add a note

User Contributed Notes 1 note

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