SplSubject::detach

(PHP 5 >= 5.1.0, PHP 7, PHP 8)

SplSubject::detachobserver をデタッチする

説明

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

observer をデタッチし、更新を通知しないようにします。

警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

パラメータ

observer

デタッチする SplObserver

戻り値

値を返しません。

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top