SplSubject::detach

(PHP 5 >= 5.1.0)

SplSubject::detachDetach an observer

Опис

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

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

Увага

This function is currently not documented; only its argument list is available.

Параметри

observer

The SplObserver to detach.

Значення, що повертаються

Не повертає значень.

add a note add a note

User Contributed Notes

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