php_user_filter::onClose
(PHP 5, PHP 7, PHP 8)
php_user_filter::onClose — Called when closing the filter
说明
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.
+添加备注
用户贡献的备注
此页面尚无用户贡献的备注。
备份地址:http://www.lvesu.com/blog/php/php-user-filter.onclose.php