Search Results
Aug 4, 2019 · 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.
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.
Class synopsis php_user_filter { /* Properties */ public $ filtername ; public $ params ; /* Methods */ publicint filter ( resource$in , resource$out , int&$consumed , bool$closing ) publicvoid onClose ( void ) publicbool onCreate ( void ) }
Table of Contents php_user_filter::filter — Called when applying the filter php_user_filter::onClose — Called when closing the filter php_user_filter::onCreate — Called when creating the filter
May 10, 2022 · 1x: Method "php_user_filter::onClose ()" might add "void" as a native return type declaration in the future. Do the same in child class "phpseclib_mcrypt_filter" now to avoid errors or add an explicit @return annotation to suppress this message.
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 Values The filter () method must return one of three values upon completion.
