PHP Interfaces: How are they usable in practice?

前端 未结 3 1344
深忆病人
深忆病人 2021-01-11 17:06

I\'ll start by saying that I know how PHP interfaces work and how to \"use\" them.

My question is rather; how do they become useful in real life applications?

<
3条回答
  •  悲&欢浪女
    2021-01-11 17:36

    Check out the Standard PHP Library (SPL) http://php.net/manual/en/book.spl.php

    Countable and RecursiveIterator might give you a clue.

提交回复
热议问题