php_user_filter
PHP Manual

php_user_filter::onClose

(Информация о версии неизвестна, возможно, только в SVN)

php_user_filter::onCloseCalled when closing the filter

Описание

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.

Список параметров

У этой функции нет параметров.

Возвращаемые значения

Return value is ignored.


php_user_filter
PHP Manual