• 首页
  • vue
  • TypeScript
  • JavaScript
  • scss
  • css3
  • html5
  • php
  • MySQL
  • redis
  • jQuery
  • php_user_filter::onClose()

    (PHP 5, PHP 7)

    Called when closing the filter

    说明

    publicphp_user_filter::onClose(void): void

    This method is called upon filter shutdown (typically, this is also during stream shutdown), and is executedaftertheflushmethod is called. If any resources were allocated or initialized duringonCreate()this would be the time to destroy or dispose of them.

    参数

    此函数没有参数。

    返回值

    Return value is ignored.