SplSubject::detach

(PHP 5 >= 5.1.0)

SplSubject::detachDetach an observer

Beskrivelse

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

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

Advarsel

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

Parametre

observer

The SplObserver to detach.

Returnerings Værdier

No value is returned.

add a note add a note

User Contributed Notes

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