php_user_filter::onClose
(No version information available, might only be in SVN)
php_user_filter::onClose — Called when closing the filter
Opis
public void php_user_filter::onClose
( void
)
This method is called upon filter shutdown (typically, this is also during stream shutdown), and is executed after the flush method is called. If any resources were allocated or initialized during onCreate() this would be the time to destroy or dispose of them.
Parametry
Ta funkcja nie posiada parametrów.
Zwracane wartości
Return value is ignored.
There are no user contributed notes for this page.
