(PHP 5 >= 5.1.0, PHP 7, PHP 8)
SplSubject::detach — Detach an observer
$observer
Detaches an observer from the subject to no longer notify it of updates.
本函数还未编写文档,仅有参数列表。
observer
The SplObserver to detach.
没有返回值。