downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

php_user_filter::onCreate> <php_user_filter::filter
[edit] Last updated: Fri, 17 May 2013

view this page in

php_user_filter::onClose

(PHP 5)

php_user_filter::onCloseCalled when closing the filter

Description

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.

Parameters

This function has no parameters.

Return Values

Return value is ignored.



add a note add a note User Contributed Notes php_user_filter::onClose - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites