(PHP 5 >= 5.1.0)
SplSubject::detach — Detach an observer
$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.
No value is returned.