php_user_filter::onClose

(PHP 5, PHP 7, PHP 8)

php_user_filter::onCloseCalled when closing the filter

說明

public 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.

參數(shù)

此函數(shù)沒有參數(shù)。

返回值

Return value is ignored.