Events on PHP. Is it possible?

后端 未结 6 708
悲&欢浪女
悲&欢浪女 2021-01-06 04:27

I\'m coming from the C# world and has just started doing a little PHP coding, so I was wondering if it is possible to use events on PHP, or if it is planned to include this

6条回答
  •  既然无缘
    2021-01-06 05:23

    No event like C# in PHP but you can implement a Observer Pattern to attach delegate to be notified.

提交回复
热议问题