SplSubject::detach

(PHP 5 >= 5.1.0, PHP 7)

SplSubject::detachDetach an observer

说明

abstract public SplSubject::detach ( SplObserver $observer ) : void

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

Warning

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

参数

observer

The SplObserver to detach.

返回值

没有返回值。

User Contributed Notes

There are no user contributed notes for this page.