• 首页
  • vue
  • TypeScript
  • JavaScript
  • scss
  • css3
  • html5
  • php
  • MySQL
  • redis
  • jQuery
  • SplSubject::detach()

    (PHP 5 >= 5.1.0, PHP 7)

    Detach an observer

    说明

    abstractpublicSplSubject::detach(SplObserver$observer): void

    Detaches an observer from the subject to no longer notify it of updates.

    Warning

    本函数还未编写文档,仅有参数列表。

    参数

    $observer

    The SplObserver to detach.

    返回值

    没有返回值。