update : 2015.11.03
php.shukuma.com

검색:
 
 
Called when closing the filter

php_user_filter::onClose

(PHP 5)

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.