SplSubject::detach

(PHP 5 >= 5.1.0, PHP 7)
Detach an observer
abstract public void SplSubject::detach ( SplObserver $observer )

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

Parameters:
observer

The SplObserver to detach.

Returns:

No value is returned.

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

doc_php
2016-02-24 16:20:26
Comments
Leave a Comment

Please login to continue.