« SplSubject::attach SplSubject::notify » PHP Manual SplSubject Detach an observer SplSubject::detach (PHP 5 >= 5.1.0, PHP 7) SplSubject::detach — Detach 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. 返回值 没有返回值。